StageRESTCallData
Data payload for rest_call events
| Property | Type | Description |
|---|
duration | number | Request duration in milliseconds |
endpoint? | string | Friendly endpoint name (e.g., "POST /channels/:id/messages") |
error? | string | Error message if request failed |
method | string | HTTP method |
path | string | Request path (e.g., /api/v10/channels/123/messages) |
requestBody? | unknown | Request body (for POST/PATCH/PUT) |
responseBody? | unknown | Response body |
statusCode | number | HTTP status code |
timestamp | number | Timestamp when request started |