ReferenceCalls
Get upload job status
Returns the current status of an upload job. When status is COMPLETED, transcriptId will be set.
GET
/v1/projects/{projectId}/calls/jobs/{jobId}Returns the current status of an upload job. When status is COMPLETED, transcriptId will be set.
Authorization
ApiKeyAuth X-API-Key<token>
Organization API key. Format: X-API-Key: at_live_...
In: header
Path Parameters
projectId*string
Format
uuidjobId*string
Format
uuidResponse Body
*/*
*/*
curl -X GET "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/calls/jobs/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "jobId": "string", "status": "PENDING", "originalFilename": "string", "contentType": "string", "sizeBytes": 0, "storagePath": "string", "errorMessage": "string", "transcriptId": "string", "submittedAt": "2019-08-24T14:15:22Z"}