Get Request Logs
Get request log data for an app. With pagination. Requests to endpoints that have been excluded in the dashboard are excluded here as well.
Authorizations
Path Parameters
App ID
x >= 1Query Parameters
Filter to environment ID, if provided.
x >= 1Filter to consumer ID, if provided.
x >= 1Filter to HTTP method(s), comma-separated.
64"GET,POST"
Filter to path pattern, supports wildcards (*).
1024"/api/v1/*"
Filter to HTTP status code(s), comma-separated. Can include code classes (e.g., '4xx').
128^(?:\d{3}|\dxx)(?:,(?:\d{3}|\dxx))*$"2xx,400"
Start date and time in ISO 8601 format. Defaults to 24 hours ago.
"2025-05-14T00:00:00Z"
End date and time in ISO 8601 format. Defaults to now.
"2025-05-15T00:00:00Z"
Maximum number of records to return per page.
1 <= x <= 1000Token to fetch the next page of records, as returned by a previous request.
1024