Skip to main content
POST
Model Requests

Authorizations

X-API-Key
string
header
required

Organization API key. Create API Key here

Body

application/json
startDate
integer<int64>
required

Start of the time window as a Unix timestamp in milliseconds. Data is only available on or after 2025-12-31T00:00:00Z

Example:

1767222900000

endDate
integer<int64>
required

End of the time window as a Unix timestamp in milliseconds

Example:

1767226560000

email
string<email>

Optional email filter scoped to the organization

Example:

"user1@firebender.com"

cursor
string | null

Opaque cursor returned by a previous response for pagination

Example:

"eyJjcmVhdGVkQXRNcyI6MTc2NzIyNjUwMDAwMCwiaWQiOiIwZjhmYWQ1Yi1kOWNiLTQ2OWYtYTE2NS03MDg2NzcyODk1MGUifQ=="

limit
integer
default:100

Number of rows to return

Required range: 1 <= x <= 500
Example:

100

Response

Model request data retrieved successfully

data
object[]
required

Array of model request records sorted oldest first

nextCursor
string | null
required

Cursor for the next page, or null when there are no more results

Example:

null