Get Job Files
Get Job Files
List per-file results and transcript URLs for a batch job.
GET
Get Job Files
Overview
List per-file results for a job. For completed files, this returnstranscript_url — not the transcript text.
To get full_transcript (without webhooks):
- Call this endpoint after the job is terminal (filter with
status=COMPLETED) GETeachtranscript_url(no API key — pre-signed URL)- Read
full_transcriptfrom the JSON
transcript_url expires in 1 hour. Re-call this endpoint for a fresh URL.
Authentication
Path parameters
Query parameters
Example cURL
Download transcript text
Response
Success (200) — file list
Transcript_url JSON
Use the playground on the right to try this endpoint with your API key.
Authorizations
Your Gnani Prisma v2.5 API key
Path Parameters
Job ID returned by Create Job. Paste the UUID from the Create Job response.
Query Parameters
Filter by file status (e.g. COMPLETED)
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.