Retrieve paginated transcript jobs for the authenticated team.
GET https://app.resemble.ai/api/v2/speech-to-text
Note: Status can be pending, processing, completed, or failed.
Filter completed jobs client-side with jq:
Iterate through every page:
Errors follow the standard { "success": false, "error": "..." } structure with appropriate HTTP status codes (400, 401, 403, 500).