List requests by endpoint(s)
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
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.
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