Retrieve the status of an async job (e.g., inference generation). Returns the job state, progress, result, and any error information.
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.
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-....
The ID of the job to check
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