Get batch progress
Get batch progress
Retrieve lightweight progress information for a batch without fetching all task details.
GET
Get batch progress
Documentation Index
Fetch the complete documentation index at: https://docs.nimbleway.com/llms.txt
Use this file to discover all available pages before exploring further.
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 progress returned successfully.
Lightweight batch progress without task details.
Allowed value:
"success"Unique identifier for the batch.
Whether all tasks in the batch have finished.
Number of tasks that have completed so far.
Completion ratio between 0 and 1.
ISO timestamp when the batch completed.