RequestLogDetail
Everything in the summary, plus the request and response bodies, stored complete.
- createdType: stringFormat: date-time
_at requiredWhen the request was handled.
- kindType: RequestLogKindenumrequired
Who made the request: api is a request you sent to this API; webhook is a request Resia sent to your webhooks.
valuesapiwebhook - methodType: stringrequired
The HTTP method.
- requestType: string
_id min length:1max length:512requiredIdentifier of the stored request. Use it with GET /v1/request-logs/{request_id} to read the bodies, and to match a Cloud Logging line by its X-Request-ID.
- routeType: stringrequired
The API route pattern for an api request (never the filled-in path), or the webhook URL for a webhook request.
- requestType: stringnullable
_body The request body exactly as it arrived, as a JSON string, with Resia-issued credentials replaced by [redacted]. Empty for a request that carried no JSON body.
- responseType: stringnullable
_body The response body exactly as it was sent, as a JSON string, with Resia-issued credentials replaced by [redacted]. Empty for a response with no JSON body, such as an audio download.
- statusType: integernullable
_code The HTTP status the request answered with. Empty for a webhook that never answered — a timeout or a transport error.

