List jobs for the authenticated account

List async segmentation jobs for the authenticated account.

Authentication

AuthorizationBearer

Unrestricted secret sk_live_... or Cognito access token in Authorization: Bearer ...

Query parameters

limitintegerOptional1-100Defaults to 25
Maximum number of jobs to return.
nextTokenstringOptional
Opaque cursor for the next page of results.
jobIdstringOptional
Return the matching job identifier, if it belongs to the account.
modeenumOptional
Filter jobs by processing mode.
Allowed values:
statusenumOptional
Filter jobs by status.
Allowed values:

Response

Paginated job summaries
itemslist of objects
nextTokenstring or null

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error