Skip to main content
GET
Get Batch Progress

Headers

string
required
API key used for authenticating requests to the API.
string
required
Workspace identifier for the API.

Path Parameters

string
required
The unique identifier of the batch call operation

Response

string
Current status of the batch operation
boolean
Whether the batch operation has finished
number
Number of calls waiting in queue
number
Number of calls currently being processed
number
Number of successfully completed calls
number
Number of failed calls
number
Total number of calls in the batch
number
Timestamp when the batch started processing
number
Timestamp of the last completed call
number
Timestamp when the batch was completed (if finished)
number
Average duration of completed calls in seconds
array
Array of recent call results for monitoring

Example Usage

Example Response

Error Responses

string
Error message describing what went wrong
Common Error Codes:
  • 500 - Server error retrieving batch progress information

Progress Tracking

This endpoint provides real-time progress updates for your batch call operations. Use it to build dashboards or monitor batch completion in your applications.