Get Call Transcription status
GET
/org/{tenant}/v2/ai/post-call-transcription/transcription/{uniqueid}
Platform support: MT and CC
Retrieves the transcription status for a given recording unique ID. Reports queue states (QUEUED, IN_PROGRESS), the completed transcription (COMPLETED), a persisted processing status, or INVALID when the status could not be determined. Returns 404 if the recording has not been transcribed.
Request
Responses
- 200
- 400
- 404
- 500
Successfully retrieved the transcription status.
Invalid request
Resource not found
Internal server error