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

In Try it, paste a real job_id from Create Job before clicking Send. Leaving the placeholder {job_id} in the URL returns 422.
string
default:"019fa854-1db0-7e45-a026-7a6b09ff6d7c"
required
Job ID returned by Create Job. Replace with your own job_id before sending.

Polling guidance

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

Example cURL

Response

Success — completed (200)

Success — start failed (200)

Returned when public URLs cannot be fetched:

Error responses

404 Job not found
string
Current job status (CREATED, QUEUED, IN_PROGRESS, COMPLETED, START_FAILED, …).
object
Per-file counters: total, completed, failed, in progress, queued, cancelled.
string
Present for failures such as START_FAILED.

Use Cases

  • Polling until a job reaches a terminal status
  • Debugging START_FAILED via cancel_reason
Next: Get Job Files

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.