Get Batch Progress
Get detailed progress information for a batch call operation
Headers
API key used for authenticating requests to the API.
Workspace identifier for the API.
Path Parameters
The unique identifier of the batch call operation
Response
Current status of the batch operation
Whether the batch operation has finished
Number of calls waiting in queue
Number of calls currently being processed
Number of successfully completed calls
Number of failed calls
Total number of calls in the batch
Timestamp when the batch started processing
Timestamp of the last completed call
Timestamp when the batch was completed (if finished)
Average duration of completed calls in seconds
Array of recent call results for monitoring
Example Usage
Example Response
Error Responses
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.