v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Export Jobs

List export jobs

Use this endpoint to retrieve all export jobs for the authenticated tenant.

get/v1/export-jobs

Query parameters

statusstring

Filter by status (QUEUED, RUNNING, SUCCEEDED, FAILED, EXPIRED, CANCELED)

limitinteger

Maximum number of jobs to return (default 20, max 100)

Headers

X-Request-Idstring

A unique identifier for tracing the request across services.

Response

Indicates that the request was successful and the response contains the expected data.

hasMoreboolean
limitinteger
nextCursorstring

Example response

{
  "hasMore": true,
  "limit": 20,
  "nextCursor": "eyJpZCI6IjEyMyJ9"
}