Get Request Log
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 >= 1
Query Parameters
Filter to environment ID, if provided.
x >= 1
Filter to consumer ID, if provided.
x >= 1
Filter 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
"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"
Timezone of start
and end
if given without offset. Defaults to UTC.
"America/New_York"
Maximum number of records to return per page.
1 <= x <= 1000
Token to fetch the next page of records, as returned by a previous request.
1024
Response
Successful Response
The response is of type object
.