Get upload status

Returns a paginated list of uploads with their current status, or an aggregate summary of upload counts per status group.

Views

  • List view (default) — Returns individual upload records with pagination.
  • Summary view (?view=summary) — Returns aggregate counts per status: PENDING, IMPORTING, PROCESSING, READY, FAILED.

Rate Limiting

When the rate limit is exceeded, the endpoint returns a cached response from the most recent successful request with the same query parameters, rather than a 429 error. This ensures clients always receive data during high-frequency polling.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

Set to summary to receive aggregate counts instead of the full list.

Allowed:
string

Filter by a specific operation token.

string
enum

Comma-separated list of statuses to filter by. Valid values: PENDING, IMPORTING, PROCESSING, READY, FAILED.

Allowed:
string

Filter uploads by a specific user. Only available to admin or workspace owner roles.

integer
1 to 100
Defaults to 50

Number of results per page.

string

Base64-encoded cursor for fetching the next page. Use the nextCursor value from a previous response.

date-time

Return only uploads created after this date (ISO 8601).

date-time

Return only uploads created before this date (ISO 8601).

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain