Batches

Get batch progress

Retrieve lightweight progress information for a batch without fetching all task details.

get/v1/batches/{batch_id}/progress

Path parameters

batch_idstring required

The unique identifier of the batch.

The unique identifier of the batch.

Response

Batch progress returned successfully.

statusstring required
idstring required

Unique identifier for the batch.

completedboolean required

Whether all tasks in the batch have finished.

completed_countnumber required

Number of tasks that have completed so far.

completed_atstring

ISO timestamp when the batch completed.

progressnumber required

Completion ratio between 0 and 1.

Changes