Gets the status of a batch job
This requires an Admin JWT
Request Code Samples
curl --location 'https://mock.apidog.com/m1/460771-0-default/batch/'
Responses
application/json
{
"hash": "string",
"file_hash": "string",
"status": "scheduled",
"rows": 0,
"completed": 0,
"failed": 0,
"started_at": "2019-08-24T14:15:22.123Z",
"finished_at": "2019-08-24T14:15:22.123Z"
}
Modified at 2024-04-08 09:57:40