v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBgliner
Gliner2 Job Status
Get status and result of an async GLiNER-2 job.
Returns:
- 200 with status="complete" and result when done
- 200 with status="processing" while in progress
- 200 with status="error" and error message if failed
- 404 if job not found or belongs to different user
Args: job_id: UUID of the job to check auth: Authentication result
Returns: GlinerJobStatus with current status and result if complete
get/gliner-2/jobs/{job_id}
Path parameters
job_idstring required
Response
Successful Response