List runs
GET/api/v1/speech/runs
Lists your API runs, newest first. Returns a compact summary per run —
fetch the full result (analysis, transcript, etc.) via
GET /api/v1/speech/analyze/{id}.
Playground runs are excluded — they are tracked separately and are not part of the API runs collection.
Request
Responses
- 200
- 400
- 401
List of runs.
Invalid request (missing or malformed parameters).
error.code values include MISSING_AUDIO_FILE,
UNSUPPORTED_FORMAT, FILE_TOO_LARGE, INVALID_LANGUAGE_CODE,
INVALID_EXTERNAL_ID, INVALID_METADATA, AUDIO_TOO_SHORT,
AUDIO_TOO_LONG, AUDIO_DURATION_UNAVAILABLE, INVALID_STATUS,
INVALID_SERVICE_TYPE, INVALID_DATE, INVALID_PARAMETERS.
Authentication failed. error.code is one of
MISSING_API_KEY, INVALID_API_KEY, API_KEY_EXPIRED, or
CLIENT_INACTIVE.