Lists requests for a specific endpoint.
Authentication: Requires API key (user or enterprise).
Filters:
Sorting:
Expansions:
API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY
Number of items to return per page (max 100)
1 <= x <= 10020
Pagination cursor encoding the page number
"Mg=="
Endpoint identifier to filter requests by
"fal-ai/flux/dev"
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 request status
success, error, user_error "success"
Filter by specific request ID
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Fields to expand in the response. Use payloads to include input and output payloads.
["payloads"]Sort results by end time or duration
ended_at, duration "ended_at"
Requests listed successfully
Paginated list of requests for the specified endpoint