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

# Get Job Status

`GET /jobs/{job_id}`

Get status and details for a specific background job.

Args:
    job_id: ID of the job to query
    user_data: Current user and org (from auth)
    
Returns:
    Job status and details
    
Raises:
    HTTPException: If job not found or access denied

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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