v1

latestOpenAPI 3.0.1Apache 2.02026-07-26193304444.4 KB
Channel Request Log

List request records

Returns a list of request log records.

🔒 Requires: channels:read scope

get/channel_requests

Query parameters

status_codestring

Limit the requests to 1 or more status codes.

request_methodstring

Limit the requests to 1 or more request methods.

occurred_beforestring date-time

Limit requests to before this RFC3339 date.

occurred_afterstring date-time

Limit requests to after this RFC3339 date.

status_code_beforestring

Limit requests to those with status codes less than this value.

status_code_afterstring

Limit requests to those with status codes greater than this value.

channel_idstring

If provided, request logs will be limited to the supplied channel id. If no id is provided, only requests logged with no channel id will be returned. Requests with no channel id indicate requests made during the setup process.

Response