List Transcripts
Retrieve paginated transcript jobs for the authenticated team.
Endpoint
GET https://app.resemble.ai/api/v2/speech-to-text
Query Parameters
Response
Note: Status can be pending, processing, completed, or failed.
Examples
Filter completed jobs client-side with jq:
Iterate through every page:
Best Practices
- Request only the fields you need and cache results locally when possible.
- Poll at reasonable intervals to track status transitions without throttling the service.
- Validate pagination parameters before sending requests.
Errors follow the standard { "success": false, "error": "..." } structure with appropriate HTTP status codes (400, 401, 403, 500).
