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

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

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

Get the result of a job execution

## Path parameters

- `projectOrProductUID` string, required
- `reportUID` string, required

## Query parameters

- `view` 'summary' | 'detail'

## Response `200`

Job run details

- JobRun
  - `cancel` boolean — Whether cancellation was requested
  - `completed` integer — Unix timestamp when completed
  - `dry_run` boolean, required — Whether this was a dry run
  - `job_name` string, required — Name of the job
  - `job_uid` string, required — Unique identifier for the job
  - `report_uid` string, required — Unique identifier for this run
  - `results` object — Full results (only in detail view)
  - `started` integer — Unix timestamp when started
  - `status` string, required — Current status (submitted, running, completed, cancelled, failed)
  - `submitted` integer, required — Unix timestamp when submitted
  - `submitted_by` string, required — User who submitted the run
  - `updated` integer, required — Unix timestamp of last update

## Other responses

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

## Changes

- **2026-07-10** `1887e880199a` — 2 breaking, 18 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the response's body type/format changed from ``/`` to `object`/`` for status `default`
  - added the optional property `cancel` to the response with the `200` status
  - added the optional property `completed` to the response with the `200` status
  - …16 more
- **2026-05-15** `723d805a7fe7` — 1 info
  - added the new optional `query` request parameter `view`
- **2026-03-30** `3420b8de661b` — 1 info
  - endpoint added

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