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.
objectstringThe unique identifier for an ExportJob
unionThe status of an export job
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"1
2
3
4
5
6
{
"rid": "ri.notepad.main.export-job.ef32c039-353c-4555-9704-eacfdfaa2c1c",
"status": {
"type": "running"
}
}| Error Name | ||
|---|---|---|
Export | Error Code | NOT_FOUND |
| Status Code | 404 | |
| Description | The given ExportJob could not be found. | |
| Parameters | exportJobRid | |
See Errors for a general overview of errors in the platform.