Get Batch Progress
Batch Calls
Get Batch Progress
Get detailed progress information for a batch call operation
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
500- Server error retrieving batch progress information
