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

# POST /v1/projects/{projectOrProductUID}/jobs/{jobUID}/run

`POST /v1/projects/{projectOrProductUID}/jobs/{jobUID}/run`

Execute a batch job

## Path parameters

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

## Query parameters

- `dry_run` boolean

## Response `200`

Job execution started

- object
  - `report_uid` string, required — Unique identifier for this job run

## Other responses

- `404` — Job not found
- `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-03-30** `3420b8de661b` — 1 info
  - endpoint added

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