v1

latestSwagger 2.02026-07-17502976.2 KB
Export

Export Job Status

The Export Status endpoint provides the status and links to exported artifacts for an asynchronous export job.

get/exportstatus/{key}

Path parameters

keystring required

The Export job key.

Response

Returns the status of the export job.

statusstring

The current status of the Export job. (e.g. "running", "completed")

startTimeinteger

The start time of the job, in milliseconds since the epoch.

durationinteger

The duration of the job, in milliseconds. Continues to increase until the job is completed.

pngstring[]

List of URLs to any PNG images generated by this export. This list will continue to update until the export has completed.

htmlstring[]

List of URLs to any HTML files generated by this export. This list will continue to update until the export has completed.

pdfstring[]

List of URLs to any PDF files generated by this export. This list will continue to update until the export has completed.