Get Job Detail
Get detailed job information including input, output, error, ML runtime info, and billing details.
Documentation Index
Fetch the complete documentation index at: https://docs.woodwide.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Detailed job information.
Extends Job with input/output payloads, typed resource
references, error details, and billing information.
Job type: dataset_ingest, train, infer_sync, or infer_batch.
Job status: initializing, pending, queued, running, succeeded, failed, canceled, or rejected. For dataset_ingest jobs, may also be 'waiting_for_upload'.
initializing, pending, queued, running, succeeded, failed, canceled, rejected, waiting_for_upload Who created this job: {principal_type, user_id, api_key_id}.
Resources for a dataset_ingest job.
- IngestResources
- TrainResources
- InferSyncResources
- InferBatchResources
Human-readable error message if the job failed.
ML runtime version used for this job.
Credits consumed by this job (null if not yet finalized).
Progress percentage (0-100). For training jobs, tracks training progress.
Estimated wall-clock seconds until the job completes (training jobs only).