{ "operationId": "Get Job Errors for a Call Recording Job", "method": "GET", "path": "/telephony/config/jobs/callRecording/{jobId}/errors", "summary": "Get Job Errors for a Call Recording Job", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "items": [ { "itemNumber": 0, "item": "5d320be1-e28c-420a-8935-1a54c7826eb4", "error": { "key": "500", "message": [ { "description": "POST failed: HTTP/1.1 404 Not Found", "code": null, "locationId": null } ] }, "trackingId": "ADMINBATCHCLIENT_2830be24-766e-4a2a-be36-d289eb890322_0_3" } ] } } ] }