GET
/
v1
/
members
/
jobs
/
{jobId}
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.

Authorizations

X-API-KEY
string
header
required

Headers

x-idempotency-key
string

Unique key to ensure idempotency of the request

Path Parameters

jobId
string
required

Response

200 - application/json
200
id
string
required
Example:

"maj_cltd2zp7100096tmbamb9c46o"

progress
object
required
createdAt
string
required
Example:

"2024-01-01"