Search documentation
karat

+

K

User Documentation ↗
Version 2.0

Get Export Job

GET/api/v2/notepad/exportJobs/{exportJobRid}
Warning

This endpoint is in preview and may be modified or removed at any time. To use this endpoint, add preview=true to the request query parameters.

Loads an ExportJob. This endpoint is used to monitor job progress.

Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:notepad-export.

Path parameters

exportJobRid
string

The unique identifier for an ExportJob

Query parameters

preview
boolean
optional

Enables the use of preview functionality.

Response body

ExportJob
object
Hide child attributes

Hide child attributes

rid
string

The unique identifier for an ExportJob

status
union

The status of an export job

Show child attributes

Show child attributes

Examples

Request

Copied!
1 2 3 curl \ \t-H "Authorization: Bearer $TOKEN" \ "https://$HOSTNAME/api/v2/notepad/exportJobs/ri.notepad.main.export-job.ef32c039-353c-4555-9704-eacfdfaa2c1c?preview=true"

Response

Copied!
1 2 3 4 5 6 { "rid": "ri.notepad.main.export-job.ef32c039-353c-4555-9704-eacfdfaa2c1c", "status": { "type": "running" } }

Error responses

Error Name
ExportJobNotFoundError CodeNOT_FOUND
Status Code404
DescriptionThe given ExportJob could not be found.
ParametersexportJobRid