---
title: "Get Query Run"
method: GET
path: "/api/v1/dashboards/query-runs/{run_id}"
tags: ["dashboards"]
---

# Get Query Run

`GET /api/v1/dashboards/query-runs/{run_id}`

One published run's frozen envelope + its observations (the audit panel renders it
under an 'as published on <date>' banner).

## Path parameters

- `run_id` string, uuid, required

## Response `200`

Successful Response

- QueryRunDetail — The frozen envelope the audit panel renders as a published run.
  - `summary` QueryRunSummary, required
    - `id` string, uuid, required
    - `created_at` string, date-time, required
    - `trigger` 'export' | 'scheduled_report' | 'locked_period' | 'doc' | 'spreadsheet', required
    - `assurance` 'result_preserved' | 'source_reproducible', required
    - `canonical_query_hash` string, required
    - `app_release` string, required
    - `source_as_of` string, date-time, nullable
    - `dashboard_id` string, uuid, nullable
    - `widget_id` string, uuid, nullable
    - `retention_until` string, date-time, nullable
    - `supersedes_id` string, uuid, nullable
  - `executed_spec` object
  - `time_resolution` object, nullable
  - `implementation_versions` object
  - `definition_digest` string, required
  - `result_hash` string, required
  - `observations` MetricObservationRead[]
    - `id` string, uuid, required
    - `parent_observation_id` string, uuid, nullable
    - `node_path` string, required
    - `role` string, required
    - `metric_ref` string, required
    - `definition_version` integer, nullable
    - `coordinates` object
    - `value_state` 'value' | 'undefined' | 'no_data' | 'not_applicable' | 'suppressed', required
    - `numeric_value` number, nullable
    - `unit` object, nullable
    - `currency` string, nullable

## Other responses

- `422` — Validation Error

## Changes

> 21 revisions in range; 1 not diffed.

- **2026-09-04** `a9141b6e4e7e` — 1 warning
  - added the new `doc` enum value to the `summary/trigger` response property for the response status `200`
- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/dashboards/query-runs/:run_id/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/59d90f796108?raw)
