---
title: "Gets a specified job."
method: GET
path: "/themes/jobs/{job_id}"
tags: ["Themes"]
---

# Gets a specified job.

`GET /themes/jobs/{job_id}`

## Path parameters

- `job_id` string, required

## Response `200`

The job.

- JobResponse — Response payload for the BigCommerce API.
  - `data` Job — A job.
    - `errors` object[] — The errors.
      - `error` string — The error.
      - `message` string — The message.
    - `id` string — The identifier.
    - `percent_complete` number — The percent complete.
    - `result` object — The result.
    - `status` string — The status.
    - `time` string — The time.
    - `warnings` object[] — The warnings.
      - `message` string — The message.
      - `warning` string — The warning.
  - `meta` Meta — Empty meta object; may be used later.

## Other responses

- `default` — Error message.

---

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