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

# Get Job

`GET /jobs/{job-id}`

Retrieves the status and parameters for a specific job.

## Path parameters

- `job-id` string, required

## Headers

- `Addepar-Firm` string, required

## Response `200`

successful operation

## Other responses

- `303` — successful operation; job is complete, so See Other provided to view the results of the job at the resulting URI
- `401` — Unauthorized
- `404` — job with given ID does not exist

---

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