List requests by endpoint(s)
Lists requests for one or more endpoints owned by the authenticated user.
Use repeated or comma-separated endpoint_id (same as other platform list APIs).
Authentication: Requires API key.
Filters:
- Time range via start / end. If
startis omitted, defaults to the last 24 hours — unlessrequest_idis provided, in which case the default start bound is widened to 90 days. - Status (success, error, user_error)
- Request ID
- Pagination via cursor/limit (limit defaults to 50, max 100)
Sorting:
- By end time (default) or duration
Expansions:
- Include payloads by adding expand=payloads
- Include per-request
billable_unitsby adding expand=billing (endpoint owner only)
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.
Authorizations
API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY
Query Parameters
Number of items to return per page (max 100)
1 <= x <= 10020
Pagination cursor encoding the page number
"Mg=="
Filter by specific endpoint ID(s). Accepts 1-50 endpoint IDs. Supports comma-separated values: ?endpoint_id=model1,model2 or array syntax: ?endpoint_id=model1&endpoint_id=model2
["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, 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 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. Use billing to include billable_units per request.
["payloads", "billing"]Sort results by end time or duration
ended_at, duration "ended_at"
Response
Requests listed successfully
Paginated list of serverless requests for the specified endpoint