cURL
curl --request GET \ --url https://api.sandbox.thrivory.com/v1/imports/{job_id} \ --header 'Authorization: Bearer <token>'
{ "job_id": "<string>", "status": "queued", "submitted_at": "2023-11-07T05:31:56Z", "errors": [ { "error": "<string>", "message": "<string>", "request_id": "<string>", "details": {} } ] }
The access token received from the authorization server in the OAuth 2.0 flow.
Job status
queued
running
succeeded
failed
Show child attributes