Skip to main content

GET /bulk/:job_id

GEThttps://api.courier.com/bulk/:job_id
Get a Bulk Job
PATH PARAMS
job_idstringrequired
A unique identifier representing the bulk job
Responses
AUTH TOKEN
curl --request GET \
--url https://api.courier.com/bulk/1-61e9dd53-b5bb6c863b7ffbe83ad4b28d \
--header 'Accept: application/json'
Response Example
{
"job": {
"definition": {
"event": "V7E6M48EFQMB78H746QCCD1KSRAA"
},
"enqueued": 2,
"failures": 0,
"received": 2,
"status": "COMPLETED"
}
}