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

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

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

List all batch jobs for a project

## Path parameters

- `projectOrProductUID` string, required

## Response `200`

List of batch jobs

- object
  - `jobs` Job[], required
    - `created` integer, required — Unix timestamp when job was created
    - `created_by` string, required — User who created the job
    - `job_uid` string, required — Unique identifier for the job
    - `last_run_completed` integer — Unix timestamp when the most recent run completed (0 if still in progress)
    - `last_run_status` string — Status of the most recent job run. Terminal values are: "submitted", "completed successfully", "dry run completed successfully", "completed with errors", "cancelled". While a job is running, intermediate per-device progress updates may appear (e.g. "dev:000000000000000 completed", "dev:000000000000000 updated: ...").
    - `last_run_submitted` integer — Unix timestamp when the most recent run was submitted
    - `name` string, required — Human-readable job name

## Other responses

- `default` — The response body in case of an API error.

## Changes

- **2026-07-10** `1887e880199a` — 1 breaking, 6 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `default`
  - added the optional property `debug` to the response with the `default` status
  - added the optional property `details` to the response with the `default` status
  - added the optional property `request` to the response with the `default` status
  - …3 more
- **2026-05-15** `723d805a7fe7` — 1 warning, 3 info
  - removed the optional property `jobs/items/definition` from the response with the `200` status
  - added the optional property `jobs/items/last_run_completed` to the response with the `200` status
  - added the optional property `jobs/items/last_run_status` to the response with the `200` status
  - added the optional property `jobs/items/last_run_submitted` to the response with the `200` status
- **2026-03-30** `3420b8de661b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/notefile/apis/notehub-api/changes/v1/projects/:projectOrProductUID/jobs/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/9c5b2b63a991/schema)
