Skip to main content

GetExportDataJob

GET /tp-api/exports

Retrieve the status and download url of a specific export data job.

Query Parameters
  • id string required

    Job ID

Responses

Default Response

Schema
  • job object required
  • id string required

    Job ID.

  • status string required

    Possible values: [PENDING, COMPLETED, FAILED]

    Job Status

  • exportData object required
  • downloadUrl object required
  • anyOf
  • string

    Url for downloading the file.

  • downloadExpiresAt object required
  • anyOf
  • string

    Expiry time for the file in UTC.

  • errors object[] required
  • Array [
  • key string
  • message string required
  • ]
  • Loading...