---
title: "GET /v1/projects/{projectOrProductUID}/jobs/{jobUID}"
method: GET
path: "/v1/projects/{projectOrProductUID}/jobs/{jobUID}"
tags: ["jobs"]
---

# GET /v1/projects/{projectOrProductUID}/jobs/{jobUID}

`GET /v1/projects/{projectOrProductUID}/jobs/{jobUID}`

Get a specific batch job definition

## Path parameters

- `projectOrProductUID` string, required
- `jobUID` string, required

## Response `200`

Batch job details

- Job
  - `created` integer, required — Unix timestamp when job was created
  - `created_by` string, required — User who created the job
  - `definition` object — Full job definition (only in detail view)
  - `job_uid` string, required — Unique identifier for the job
  - `name` string, required — Human-readable job name

## Other responses

- `404` — Job not found
- `default` — The response body in case of an API error.

## Changes

- **2026-03-30** `3420b8de661b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/notefile/apis/notehub-api/changes/v1/projects/:projectOrProductUID/jobs/:jobUID/get.md)

---

[API](https://skmtc.dev/notefile/apis/notehub-api.md) · [All operations](https://skmtc.dev/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/notefile/notehub-api/revisions/af552d2ee8de/schema)
