latestOpenAPI 3.1.02026-08-19270462702.4 KB
b92f75fd3b61
generate
Get Generation Job Status
Get the current status of an async generation job.
Returns the current status and, when complete, the generated data.
Args: job_id: The job/dataset UUID to query. auth: Authenticated user context.
Returns: GenerateJobStatus with status and data when the job is 'ready'.
Raises: HTTPException: 400 if job_id is not a valid UUID. HTTPException: 404 if the job is not found or not owned by this user.
get/generate/jobs/{job_id}
Path parameters
job_idstring required
Response
Successful Response