Skip to main content
GET
List durable exports

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

apiKey
string | null

Query Parameters

status
string | null

Filter by status (queued/running/completed/failed).

cursor
string | null
limit
integer
default:50
Required range: 1 <= x <= 200

Response

Successful Response

A page of durable exports, newest first, with an opaque keyset cursor for the next page (null when the last page has been reached).

exports
ExportStatusResponse · object[]
required
next_cursor
string | null

Pass as cursor to fetch the next page; null when no more pages.