V3Transcriptions
Fetch metadata about a specific transcription
get/v3/Transcriptions/{transcriptionId}
Path parameters
transcriptionIdstring required
Example:voice_transcription_5pe8jw3ahdmsh7zr06yh4d45x1
The unique identifier of the transcription to fetch
Response
Success
Example response
{
"operationId": "voice_transcription_5pe8jw3ahdmsh7zr06yh4d45x1",
"status": "RUNNING",
"statusUrl": "https://voice.twilio.com/v3/Transcriptions/voice_transcription_5pe8jw3ahdmsh7zr06yh4d45x1",
"transcription": {
"id": "voice_transcription_5pe8jw3ahdmsh7zr06yh4d45x1",
"accountId": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"status": "PENDING",
"transcriptionConfigurationId": "voice_transcriptionconfiguration_5pe8jw3ahdmsh7zr06yh4d45x1",
"mediaUrl": "http://mymedia.com",
"sourceId": "RExxxxx",
"audioStartedAt": "2025-11-19T19:42:16Z",
"conversationId": "conv_conversation_01k1etx3jbfx88476ccja0889c",
"participants": [
{
"type": "CUSTOMER",
"address": "+15551234567",
"name": "Jane Doe",
"audioChannelIndex": 1
}
],
"duration": 1000,
"resolvedConfiguration": {
"transcriptionEngine": "deepgram",
"speechModel": "nova-3",
"language": "multi",
"transcriptionStatusCallback": {
"url": "https://example.com/transcriptions/default-webhook",
"method": "POST",
"events": [
"COMPLETED"
]
},
"conversationConfigurationId": "conv_configuration_01k1etx3jbfx88476ccja0889c",
"participantDefaults": [
{
"audioChannelIndex": 1,
"type": "CUSTOMER"
}
]
},
"createdAt": "2025-11-19T19:42:16Z",
"updatedAt": "2025-11-19T19:42:16Z",
"url": "https://voice.twilio.com/v3/Transcriptions/voice_transcription_5pe8jw3ahdmsh7zr06yh4d45x1"
}
}