---
title: "Get Deep Research run"
method: GET
path: "/api/v1/ee/projects/{projectUuid}/ai-deep-research/{aiDeepResearchRunUuid}"
---

# Get Deep Research run

`GET /api/v1/ee/projects/{projectUuid}/ai-deep-research/{aiDeepResearchRunUuid}`

Get the durable state and result of a Deep Research run.

## Path parameters

- `projectUuid` string, uuid, required — Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)
- `aiDeepResearchRunUuid` string, uuid, required — Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)

## Response `200`

Success

- ApiAiDeepResearchRunResponse
  - `results` AiDeepResearchRun, required
    - `completedAt` string, nullable, required
    - `startedAt` string, nullable, required
    - `updatedAt` string, required
    - `createdAt` string, required
    - `cancellationRequestedAt` string, nullable, required
    - `errorMessage` string, nullable, required
    - `budget` AiDeepResearchBudget, required
      - `maxResultRows` number, double, required
      - `maxWarehouseQueries` number, double, required
      - `maxToolCalls` number, double, required
      - `maxTokens` number, double, required
    - `resultChartData` AiDeepResearchChartDataMap, required — Construct a type with a set of properties K of type T
    - `resultMarkdown` string, nullable, required — The report narrative with compact <chart> references.
    - `status` 'queued' | 'running' | 'failed' | 'completed' | 'cancelled' | 'partially_completed', required
    - `prompt` string, required
    - `promptUuid` string, nullable, required
    - `aiThreadUuid` string, nullable, required
    - `projectUuid` string, required
    - `aiDeepResearchRunUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
