Get export job status
GET {{baseUrl}}/sp-config/export/:id
This gets the status of the export job identified by the id
parameter.
The request will need one of the following security scopes:
- sp:config:read - sp:config:manage
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"jobId":"1e824aa0-4c6e-4f14-95e9-e7dc5234aa51","status":"COMPLETE","type":"EXPORT","message":null,"description":"Export Job 1 Test","expiration":"2021-05-20T15:04:24Z","created":"2021-05-13T15:04:24.112Z","modified":"2021-05-13T15:04:27.363Z","completed":"2021-05-13T15:04:27.358Z"}