curl --request GET \
--url https://api.onsi.com/v1/members/jobs/{jobId} \
--header 'X-API-KEY: <api-key>'
{
"id": "maj_cltd2zp7100096tmbamb9c46o",
"progress": {
"type": "Processing",
"totalActions": 100,
"totalComplete": 85,
"totalProcessing": 15
},
"createdAt": "2024-01-01"
}
Returns a job by its ID, useful to check the status of a job.
Unique key to ensure idempotency of the request
Example:"maj_cltd2zp7100096tmbamb9c46o"
Available options:
Processing
,
Completed
,
AwaitingReview
,
NotReady
,
Rejected