Returns paginated historical logs that match the provided filters.
Documentation Index
Fetch the complete documentation index at: https://fal.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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, exclusive (e.g., '2025-02-01T00:00:00Z' or '2025-02-01'). Data up to but not including this timestamp is returned. Defaults to current time.
"2025-02-01T00:00:00Z"
Filter by specific app ID(s) in '/' format (e.g. 'fal-ai/my-app'). Accepts 1-50 app IDs. Supports comma-separated values: ?app_id=fal-ai/foo,fal-ai/bar or array syntax: ?app_id=fal-ai/foo&app_id=fal-ai/bar
["fal-ai/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