Last updated 1 month ago
Was this helpful?
/api/v1/results/status
OK
Unauthorized
Not Found
curl -L \ --url '/api/v1/results/status?batch_request_id=text' \ --header 'X-API-Key: YOUR_API_KEY'
{ "batchRequestId": "123e4567-e89b-12d3-a456-426614174000", "status": "completed", "items": [ { "requestItem": { "style_key": "EDT1110-5", "status": "published" }, "success": true, "errors": [ "Could not complete operation due to..." ] } ] }