v1
latestOpenAPI 3.1.02026-07-1371926.0 KBGet 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.
Path parameters
App ID
App ID
Query parameters
Filter to environment ID, if provided.
Filter to environment ID, if provided.
Filter to consumer ID, if provided.
Filter to consumer ID, if provided.
Filter to HTTP method(s), comma-separated.
Filter to HTTP method(s), comma-separated.
Filter to path pattern, supports wildcards (*).
Filter to path pattern, supports wildcards (*).
Filter to HTTP status code(s), comma-separated. Can include code classes (e.g., '4xx').
Filter to HTTP status code(s), comma-separated. Can include code classes (e.g., '4xx').
Start date and time in ISO 8601 format. Defaults to 24 hours ago.
Start date and time in ISO 8601 format. Defaults to 24 hours ago.
End date and time in ISO 8601 format. Defaults to now.
End date and time in ISO 8601 format. Defaults to now.
Maximum number of records to return per page.
Maximum number of records to return per page.
Token to fetch the next page of records, as returned by a previous request.
Token to fetch the next page of records, as returned by a previous request.
Response
Successful Response
Example response
{
"data": [
{
"env": "prod",
"consumer": "user-123",
"method": "GET",
"path": "/v1/users/{user_id}",
"url": "https://api.example.com/v1/users/1",
"status_code": 200,
"client_ip": "203.45.123.67",
"client_country_iso_code": "US"
}
]
}