_data field returns meta information around the job itself._meta field has extra information likePATCH /v1/ext/procedure/lead/process{
"_data": {
"id": "19632427-908f-4bf3-a6f5-69b9a0bbfc63",
"createdAt": 1617966536211,
"updatedAt": 1617966536211,
"completionStatus": "IN_PROGRESS",
"statusMessage": null,
"startedAt": 1617966536210,
"completedAt": 0,
"team": "d3e64510-b75a-43a0-8ae5-dde78dac56c0",
"type": "3ae1c371-9a3b-4c06-8090-42fea6c4df36"
}
}19632427-908f-4bf3-a6f5-69b9a0bbfc63 in the response represnts the id of a background jobcurl --location --request GET 'https://api.chakrahq.com/v1/ext/background-job/006af7f9-d5fb-4d1a-8b31-ac6f3a3a1dfc' \
--header 'Authorization: Bearer <token>'{
"_data": {
"id": "19632427-908f-4bf3-a6f5-69b9a0bbfc63",
"createdAt": 1617966536211,
"updatedAt": 1617966536211,
"startedAt": 1617966536210,
"team": "d3e64510-b75a-43a0-8ae5-dde78dac56c0",
"type": "bulk_api_job"
},
"_meta": {
"bjEntryCompletionStatusVsCount": {
"INVALID": 100,
"NOT_STARTED": 120,
"SUCCESS": 389,
"ERROR": 3
}
}
}