Logs history (paginated)
Returns paginated historical logs that match the provided filters.
Query parameters
Number of results per page
Number of results per page
Pagination cursor from previous response (timestamp-based). Use as 'until' parameter for next page.
Pagination cursor from previous response (timestamp-based). Use as 'until' parameter for next page.
Start date in ISO8601 format (e.g., '2025-01-01T00:00:00Z' or '2025-01-01'). Defaults to 24 hours ago.
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.
Filter by specific app ID(s) in '<owner>/<name>' 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
Filter by revision
Filter by revision
Filter by run source
Filter by run source
Include tracebacks
Include tracebacks
Free-text search
Free-text search
Minimum log level
Minimum log level
Filter by job id
Filter by job id
Filter by request id
Filter by request id
Request body
Response
Logs history retrieved successfully
Changes
No recorded changes to this endpoint across all 2 revisions of this API.