Skip to main content
GET
List organization input uploads

Authorizations

Authorization
string
header
required

Organisation API key, sent as Authorization: Bearer chk_live_….

  • chk_live_… — real inference, real credits, livemode: true.
  • chk_test_… — identical pipeline against the fixture backend, test credits, livemode: false.

Keys are stored hashed; only the prefix (chk_live_a1b2…) is ever displayed again. A key may be scoped to a subset of endpoint families — calling outside its scopes is a 403.

Query Parameters

status
string
endpoint
string
source
string
created_after
string<date-time>
created_before
string<date-time>
limit
integer
Required range: 1 <= x <= 100
cursor
string

Response

Upload page.

data
object[]
required
has_more
boolean
required
next_cursor
string | null