Get import job status
GET {{baseUrl}}/sp-config/import/:id
This gets the status of the import job identified by the id
parameter.
For more information about the object types that currently support import functionality, refer to SaaS Configuration.
The request will need the following security scope:
- sp:config:manage
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"jobId":"4fb10503-1c49-4603-8f8d-886e1f6aa47b","status":"COMPLETE","type":"IMPORT","message":"Download import results for details.","description":null,"expiration":"2021-05-20T16:42:39Z","created":"2021-05-13T16:42:39.333Z","modified":"2021-05-13T16:42:40.71Z","completed":"2021-05-13T16:42:40.705Z"}