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

# Get Job

`GET /jobs/{job-id}/{name}`

Get details for user associated with creating the job.

## Path parameters

- `job-id` string, required
- `name` string, required

## Headers

- `Addepar-Firm` string, required

## Response `200`

successful operation

## Other responses

- `400` — bad request for getting relationship if name is not 'creator'
- `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/versions/dd9db5ba9c67/schema)
