v1

latestOpenAPI 3.1.02026-07-2658119246.0 KB
Tasks

Get batch progress

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

get/v2/batches/{batch_id}/progress

Path parameters

batch_idstring required

The unique identifier of the batch.

Example:123e4567-e89b-12d3-a456-426614174000

The unique identifier of the batch.

Response

Batch progress returned successfully.

completedboolean required

Whether all tasks in the batch have finished.

completed_atstring

ISO timestamp when the batch completed.

completed_countnumber required

Number of tasks that have completed so far.

idstring required

Unique identifier for the batch.

progressnumber required

Completion ratio between 0 and 1.

status'success' required