GET /transcriptions/:id
Summary
Get the status and result of a transcription job
Intent
Poll this endpoint after creating a transcription to check completion and retrieve text
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The id parameter |
Request example
curl -X GET https://api.example.com/transcriptions/:id \ -H "Authorization: Bearer {token}"Response example
{ "id": "obj_123", "status": "ok"}Error cases
401— Missing or invalid authentication token400— Request validation failed
Gotchas
- Get operations require a valid bearer token