---
title: "Get Ideation Events"
method: GET
path: "/api/ideation/events/{run_id}"
---

# Get Ideation Events

`GET /api/ideation/events/{run_id}`

Get all events for an ideation run (for hydration on refresh).

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- IdeationEventResponse[]
  - `id` string, required
  - `run_id` string, required
  - `project_id` string, nullable
  - `seq` integer, nullable
  - `event_type` string, required
  - `tool_name` string, nullable
  - `content` string, nullable
  - `status` string, nullable
  - `result_type` string, nullable
  - `result_url` string, nullable
  - `result_data` unknown
  - `created_at` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
