---
title: "Get Job"
method: GET
path: "/v1/jobs/{job_id}"
---

# Get Job

`GET /v1/jobs/{job_id}`

Get the status and metadata of a job by its ID. Poll this endpoint to check if your job has completed.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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