Get job status
Retrieve the status of an async job (e.g., inference generation). Returns the job state, progress, result, and any error information.
Tenant isolation: a job is only visible to users in the same organization as the user who dispatched it.
Cross-tenant reads receive 404 (rather than 403) to avoid leaking the existence of jobs in other organizations.
System jobs (those without an owning user) are never exposed through this endpoint.
Documentation Index
Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Path Parameters
The ID of the job to check
Response
Job status retrieved successfully
The job ID
The current state of the job
waiting, active, completed, failed, delayed, prioritized, waiting-children Job progress (0-100 or custom object)
The job result when completed (e.g., sessionResults, inferenceResultIds, failedTestCaseIds)
Error message if the job failed