List Jobs
Speech-to-Text (Batch)
List Jobs
List batch transcription jobs with optional status filter and pagination.
GET
List Jobs
Overview
List batch jobs for your organization. Use filters and cursor pagination to browse history.Authentication
Query Parameters
string
Filter by job status (
CREATED, IN_PROGRESS, COMPLETED, FAILED, CANCELLED, etc.).integer
default:"20"
Page size (1–100).
string
Pagination cursor from
pagination.next_cursor.Example cURL
Response
Success (200)
array
List of jobs with status and file counters.
integer
Total files known for the job. May be
0 while still in CREATED.boolean
Whether another page exists.
string
Pass as
cursor on the next request.Use Cases
- Reviewing recent batch jobs in your org
- Filtering failed or in-progress jobs for ops dashboards
Authorizations
Your Gnani Prisma v2.5 API key
Query Parameters
Filter by job status (CREATED, IN_PROGRESS, COMPLETED, FAILED, CANCELLED, etc.)
Page size (1–100)
Required range:
1 <= x <= 100Pagination cursor from pagination.next_cursor
Response
200 - application/json
OK
The response is of type object.