Get a generative job
Generation (experimental)
Get a Generative Job
Poll an asynchronous generative job by making a GET request to https://api.opus.pro/api/generative-jobs/{jobId}. Returns status, progress, and result for jobs created via POST /api/generative-jobs.
GET
Get a generative job
Documentation Index
Fetch the complete documentation index at: https://help.opus.pro/llms.txt
Use this file to discover all available pages before exploring further.
Experimental. Polling cadence: client-driven; respect rate limits.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The jobId returned by POST /api/generative-jobs.
Response
200 - application/json
The job status.
Available options:
QUEUED, PROCESSING, CONCLUDED, FAILED, UNKNOWN Present when status is CONCLUDED and the job produced output.
Present while the job is QUEUED or PROCESSING, and on CONCLUDED as a final snapshot.
Present when status is FAILED or when result extraction failed for a CONCLUDED job.