Retrieve the status and results of a transcription session using the session ID. This endpoint provides comprehensive information about the transcription process including:
The API implements intelligent polling to wait for completion and returns different HTTP status codes based on the processing outcome.
Status Code | Description | Scenario |
---|---|---|
200 | Success | All templates processed successfully |
202 | Accepted | Transaction in progress |
206 | Partial Content | Some templates succeeded, others failed/partial |
400 | Bad Request | Invalid request or transaction not found |
500 | Internal Server Error | System failure or all templates failed |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier for the transcription session
"test_1234"
All templates processed successfully
The response is of type object
.