> ## 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.

# Jobs

> Track and manage long-running training and inference jobs.

Training and async inference operations return a job ID. Use these endpoints to monitor progress, retrieve results, or cancel and retry jobs.

<CardGroup cols={2}>
  <Card title="List Jobs" icon="list" href="/api-reference/jobs/list-jobs">
    Retrieve all jobs in your account.
  </Card>

  <Card title="Get Job Detail" icon="eye" href="/api-reference/jobs/get-job-detail">
    Fetch status and metadata for a specific job.
  </Card>

  <Card title="Get Job Results" icon="download" href="/api-reference/jobs/get-job-results">
    Download the results of a completed inference job.
  </Card>

  <Card title="Cancel Job" icon="xmark" href="/api-reference/jobs/cancel-job">
    Cancel a running job.
  </Card>
</CardGroup>
