---
title: "Get Ideation Run"
method: GET
path: "/api/ideation/run/{run_id}"
---

# Get Ideation Run

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

Get status of an ideation run.

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- IdeationRunStatusResponse
  - `id` string, required
  - `status` string, required
  - `prompt` string, nullable
  - `started_at` string, nullable
  - `finished_at` string, nullable
  - `error_message` string, nullable
  - `total_cost_usd` number, nullable
  - `turn_count` integer

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