Get request log data for an app. With pagination. Requests to endpoints that have been excluded in the dashboard are excluded here as well.
Documentation Index
Fetch the complete documentation index at: https://docs.apitally.io/llms.txt
Use this file to discover all available pages before exploring further.
App ID
x >= 1Filter 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