v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
ExportJob

List Jobs

Retrieve a list of Export Job entities.

get/organizations/{orgId}/dataexports/jobs

Path parameters

orgIdstring required

UUID of the organization

Query parameters

idsstring[]

List Job entities for the given UUIDs

scheduleIdstring

List Job entities for the schedule UUID

status'PENDING' | 'RUNNING' | 'SUCCEEDED' | 'FAILED'

List Job entities for the status

dateCreatedStartstring

Include only Job entities created on or after this date. Format: yyyy-MM-dd'T'HH:mm:ss'Z'

dateCreatedEndstring

Include only Job entities created before this date. Format: yyyy-MM-dd'T'HH:mm:ss'Z'

pageSizeinteger

Number of Jobs to retrieve per page

nextTokenstring

nextToken for multi page retrievals

Response

Returns a list Export Job entities

nextTokenstring