---
title: "Get Agent Run"
method: GET
path: "/api/agent/run/{run_id}"
---

# Get Agent Run

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

Get the status of an agent run.

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- AgentRunResponse
  - `id` string, required
  - `project_id` string, required
  - `status` string, required
  - `session_id` string, nullable
  - `title` string, nullable
  - `prompt` string, nullable
  - `model_tier` string, nullable
  - `llm_model` string, nullable
  - `attachment_count` integer, nullable
  - `attachment_previews` AttachmentPreview[]
    - `id` string, required
    - `kind` string, required
    - `name` string, required
    - `preview_url` string, nullable
    - `mime_type` string, nullable
    - `size_bytes` integer, nullable
    - `reference_id` string, nullable
    - `reference_kind` string, nullable
  - `attachment_manifest` object, 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)
