Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

A Rafflesia API key, sent as Authorization: Bearer <key>.

Query Parameters

limit
integer<int64>
default:50
Required range: 1 <= x <= 100
cursor
string
endpoint_id
string[] | null
required
start
string
end
string
status
enum<string>
Available options:
success,
error,
user_error
request_id
string
Pattern: ^run_[0-9a-f]{24}$
expand
enum<string>[] | null
Available options:
payloads
sort_by
enum<string>
default:ended_at
Available options:
ended_at,
duration

Response

OK

has_more
boolean
required
items
object[]
required
next_cursor
string | null
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/ModelRequestList.json"