cURL
curl --request GET \ --url https://platform.crescendo.ai/api/v1/voc/tenants/{tenantId}/recording/{jobId}/status \ --header 'Authorization: Bearer <token>'
{ "id": "job-voc-001", "status": "started", "started": 1769557000000, "file": "tenant-alpha/ingest/queue/uploads/call-123.mp3", "recordingId": "call-123" }
Returns the latest known status for a VOC recording job.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant identifier.
VOC job execution identifier returned by the upload endpoint.
OK
VOC job status payload. Fields may vary depending on job stage.
started
completed
failed