cURL
curl --request GET \ --url https://api.gameball.co/api/v4.0/integrations/batches/{batchId}/status \ --header 'apikey: <api-key>'
{ "batchId": "<string>", "status": "pending", "progress": 123, "totalItems": 123, "processedItems": 123, "failedItems": 123, "results": "<array>", "errors": "<array>" }
Monitor batch job status and results for ongoing batch operations.
Unique identifier for the batch operation
Batch status retrieved successfully
pending
processing
completed
failed
Was this page helpful?