Get Recording Status
Retrieve the processing status of a recording. This endpoint supports three modes:
-
Overall Status (
summary=true): Returns a high-level status string indicating the recording’s overall state (PENDING, IN_PROGRESS, COMPLETED, or FAILED). -
All Languages Breakdown (no params): Returns completion status for each processing step (transcription, translation, dubbing, summary) grouped by language code. Only completed steps are included in the response.
-
Single Language Breakdown (
language=<code>): Returns completion status for processing steps of a specific language. Only completed steps are included in the response.
Authorizations
Path Parameters
Recording ID
Query Parameters
When set to true, returns only the overall recording status as a simple status string (PENDING, IN_PROGRESS, COMPLETED, or FAILED). Cannot be used together with the language parameter.
Language code (e.g., 'en', 'es', 'fr') to retrieve completion status for a specific language's processing steps. When provided, only the steps completed for that language are returned. Cannot be used together with the summary parameter.
Response
Recording status retrieved successfully
- Option 1
- Option 2
- Option 3
Overall status response (when summary=true)
Overall recording processing status
PENDING, IN_PROGRESS, COMPLETED, FAILED