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

# Get a job

`GET /jobs/{job_id}`

Gets a job's metadata by its unique ID, including its name, job number, type, status, and associated resource IDs.

## Response `200`

Job fetched successfully

- GetJobResponse
  - `id` string, uuid, required
  - `name` string, required
  - `job_number` integer — The number of the job.
  - `type` string — The type of the job.
  - `status` string, required
  - `project_id` string, uuid, required
  - `pipeline_id` string, uuid, required
  - `workflow_id` string, uuid, required
  - `started_at` string, date-time
  - `stopped_at` string, date-time

## Other responses

- `400` — Unexpected request body provided.
- `401` — Credentials provided are invalid.
- `404` — Entity not found.
- `429` — API rate limits exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.net/circleci/apis/api-v2.md) · [All operations](https://skmtc.net/circleci/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/circleci/api-v2/revisions/b9c0e0c24058/schema)
