Returns paginated historical logs that match the provided filters.
API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY
Number of results per page
1 <= x <= 1000100
Pagination cursor from previous response (timestamp-based). Use as 'until' parameter for next page.
"2024-11-09T00:00:00.000Z"
Start date in ISO8601 format (e.g., '2025-01-01T00:00:00Z' or '2025-01-01'). Defaults to 24 hours ago.
"2025-01-01T00:00:00Z"
End date in ISO8601 format (e.g., '2025-01-31T23:59:59Z' or '2025-01-31'). Defaults to current time.
"2025-01-31T23:59:59Z"
Filter by app IDs
["my-app"]Filter by revision
"rev_abc123"
Filter by run source
grpc-run, grpc-register, gateway, cron "grpc-run"
Include tracebacks
false
Free-text search
"error"
Minimum log level
"error"
Filter by job id
"job_123"
Filter by request id
"req_abc123"
Logs history retrieved successfully