Get the status of a bulk job
GET {{baseUrl}}/job_status
Get the status of a bulk job
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
job_id | string | (Required) The id of the job returned from a POST or PATCH endpoint that resulted in a job being created |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"uid":"40518909-0a74-83de-26e3-d1b26d644f73","status":"complete","job_type":"import","job_data":[{"user_id":"urn:uuid:5abcdc10-db8b-001e-8ffe-227230254190","manager_id":"8d0bc3c1-ad8e-b8d8-55be-8b658def0314","errors":["Validation error for record in job","Validation error for record in job"]},{"user_id":"0bbf5b38-8425-34d9-d28c-3059b25f6762","manager_id":"urn:uuid:918cae72-2a1e-d5ad-724d-3a0dfe2e159d","errors":["Validation error for record in job","Validation error for record in job"]}]}