---
title: "Get Job Status"
method: GET
path: "/jobs/{job_id}"
tags: ["jobs"]
---

# Get Job Status

`GET /jobs/{job_id}`

## Path parameters

- `job_id` string, uuid, required

## Response `200`

Successful Response

- JobStatus
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string
  - `reason` string
  - `has_progress` boolean
  - `progress` number
  - `state` 'pending' | 'in_progress' | 'retrying' | 'succeeded' | 'aborted' | 'failed' | 'unknown'

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/julep-ai/apis/julep-agents-api.md) · [All operations](https://skmtc.dev/julep-ai/apis/julep-agents-api/llms.txt) · [OpenAPI document](https://skmtc.dev/julep-ai/apis/julep-agents-api/revisions/88911baf2b4b?raw)
