Get Document Export Job Status

Retrieves the status of an asynchronous document export. When the job succeeds, the response will contain a URL for downloading the export, which is valid for 1 hour from when the status request was made.

📘

This is a long-running status request endpoint. See Long-Running Jobs​.

Path Params
uuid
required

ID of the document being exported.

string
required
^jobr_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Identifier returned when the export job was created.

Responses

400

Bad Request. The job reference ID is malformed.

403

Forbidden. The caller does not have permission to access the document or export job.

404

Not Found. The document or export job does not exist.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json