RequestLogSummary

One stored request as it appears in a list — its shape and outcome, without the bodies.

  • 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 HTTP status the request answered with. Empty for a webhook that never answered — a timeout or a transport error.