RequestLogDetail

Everything in the summary, plus the request and response bodies, stored complete.

  • When the request was handled.

  • Who made the request: api is a request you sent to this API; webhook is a request Resia sent to your webhooks.

    values
    apiwebhook
  • The HTTP method.

  • Identifier 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.

  • The API route pattern for an api request (never the filled-in path), or the webhook URL for a webhook request.

  • 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.

  • 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.

  • The HTTP status the request answered with. Empty for a webhook that never answered — a timeout or a transport error.