Skip to main content
GET
Get Job Status

Overview

Get the current status and progress of a batch job. This response does not include transcript text. After a terminal status, call Get Job Files, then GET each transcript_url.

Authentication

Path Parameters

string
required
Job ID returned by Create Job.

Polling guidance

Poll no faster than every 10 seconds. For 100+ file jobs, prefer every 30 seconds.

Example cURL

Response

Success (200)

Error responses

404 Job not found

Use Cases

  • Polling until a job reaches a terminal status
  • Checking progress counters for multi-file jobs
Next: call Get Job Files with status=COMPLETED.

Authorizations

X-API-Key-ID
string
header
required

Your Gnani Prisma v2.5 API key

Path Parameters

job_id
string
default:019fa854-1db0-7e45-a026-7a6b09ff6d7c
required

Job ID returned by Create Job. Paste the UUID from the Create Job response.

Response

200 - application/json

OK

The response is of type object.