---
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', 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

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
