---
title: "Retrieve a Manual Job"
method: GET
path: "/jobs/manual/{job_id}"
tags: ["Management"]
---

# Retrieve a Manual Job

`GET /jobs/manual/{job_id}`

Check the status and outcome of a job by `job_id`. This includes all deductions jobs including those for both automated and assisted integrations.

## Headers

- `Finch-API-Version` string, date, required

## Response `200`

OK

- ManualAsyncJob
  - `job_id` string, uuid, required
  - `status` 'pending' | 'in_progress' | 'error' | 'complete', required
  - `body` unknown[], nullable, required — Specific information about the job, such as individual statuses for batch jobs.
    - unknown

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/finch-api/apis/api-reference.md) · [All operations](https://skmtc.net/finch-api/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finch-api/api-reference/versions/844e1a4ed34f/schema)
