---
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.

---

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