> For the complete documentation index, see [llms.txt](/llms.txt).
> A full single-fetch corpus is available at [llms-full.txt](/llms-full.txt).
---
title: "Get a run"
description: "Fetch a single run summary by its run ID."
method: "GET"
endpoint: "/api/v1/analytics/runs/:run_id"
order: 2
last_verified: 2026-07-27
---



`GET /api/v1/analytics/runs/:run_id`

Fetch a single run summary by its run ID.


  ### Path and query parameters

  - `run_id` _string_ **required** — The run's UUID.
  - `project_id` _string_ **required** — The owning project's UUID. Required.



