Get batch details
Get batch details
Retrieve the details of a batch including all its tasks and completion status.
GET
Get batch details
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the batch.
Example:
"123e4567-e89b-12d3-a456-426614174000"
Response
Batch found and returned successfully.
Response containing batch details with all tasks.
Whether all tasks in the batch have finished.
Number of tasks that have completed so far.
ISO timestamp when the batch was created.
Unique identifier for the batch.
Completion ratio between 0 and 1.
Allowed value:
"success"List of tasks in the batch.
ISO timestamp when the batch completed.