---
title: "Get Agent Progress"
method: GET
path: "/api/agent/progress/{run_id}"
---

# Get Agent Progress

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

Return only the safe, video-domain projection of a Composer run.

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- PublicProgressStepResponse[]
  - `id` string, required
  - `run_id` string, nullable
  - `kind` string, required
  - `title` string, required
  - `description` string, required
  - `status` string, required
  - `completed` integer
  - `total` integer
  - `unit` string
  - `started_at` string, nullable
  - `updated_at` string, nullable
  - `artifacts` PublicProgressArtifactResponse[]
    - `id` string, required
    - `type` string, required
    - `label` string, required
    - `preview_url` string, required

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