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

<ApiEndpoint
  method="GET"
  endpoint="/api/v1/analytics/runs/:run_id"
  description="Fetch a single run summary by its run ID."
>
  <section>
    ### Path and query parameters

    <ApiAttribute name="run_id" type="string" description="The run's UUID." required={true} />
    <ApiAttribute name="project_id" type="string" description="The owning project's UUID. Required." required={true} />
  </section>
</ApiEndpoint>
