v1

latestOpenAPI 3.1.02026-07-2498134321.1 KB
Exports

Check Data Export Job Status

View the status of an export job using the job id returned during job creation.

OAuth Scope required: public.export.readReports

The Data Export feature is part of the paid Security & Data Pro add-on. Contact your Ironclad account representative for more information about purchasing this package.

get/exports/{jobId}

Path parameters

jobIdstring required

The job id to be checked.

Response

200

jobIdstring
jobStatus'pending' | 'running' | 'done' | 'failed'

Example response

{
  "jobId": "02e1343b-d024-4de0-a22e-a579282f05d9"
}