> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fiddler.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Jobs REST API Guide

> Learn how to create requests and responses to retrieve async job details by job ID and view all background/async jobs with the Fiddler Platform.

<CardGroup cols={2}>
  <Card title="Get async job details for a job id" icon="magnifying-glass" href="/sdk-api/rest-api/jobs/get-job">
    `GET /v3/jobs/{job_id}`
  </Card>

  <Card title="Get details of all background/async jobs" icon="magnifying-glass" href="/sdk-api/rest-api/jobs/get-jobs">
    `GET /v3/jobs`
  </Card>
</CardGroup>
