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

# List Deep Research events

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

List persisted progress for a Deep Research run in chronological order.
Pass the returned cursor unchanged to receive only newer events. The
cursor remains usable when no new events are available.

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

## Query parameters

- `cursor` string
- `limit` number, double

## Response `200`

Success

- ApiAiDeepResearchEventsResponse
  - `results` AiDeepResearchEventsPage, required
    - `nextCursor` string, nullable, required
    - `events` AiDeepResearchEvent[], required
      - union
        - object
          - `createdAt` string, required
          - `payload` object, required
            - `status` 'queued' | 'running' | 'failed' | 'completed' | 'cancelled' | 'partially_completed', required
          - `eventType` 'status_changed', required
          - `aiDeepResearchRunUuid` string, required
          - `aiDeepResearchEventUuid` string, required
        - object
          - `createdAt` string, required
          - `payload` RecordStringNever, required — Construct a type with a set of properties K of type T
          - `eventType` 'cancellation_requested', required
          - `aiDeepResearchRunUuid` string, required
          - `aiDeepResearchEventUuid` string, required
        - object
          - `createdAt` string, required
          - `payload` object, required
            - `progress` AiDeepResearchProgress, required
              - …
          - `eventType` 'progress', required
          - `aiDeepResearchRunUuid` string, required
          - `aiDeepResearchEventUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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