Retrieves detailed metadata for the batch with provided id. This includes the batch status, job count, and other metadata.
{ "status": "success", "data": { "batch_id": "<string>", "task_id": "<string>", "task_version": "<string>", "batch_name": "<string>", "created_at": "2023-11-07T05:31:56Z", "completed": true, "cancelled": true, "jobs_submitted": 123, "jobs_completed": 123, "job_status": "<string>" }, "message": "<string>", "error": { "code": 123, "details": "<string>" } }
Successfully retrieved batch from id
The response is of type object.
object