---
title: "List Automations"
method: GET
path: "/api/automations"
---

# List Automations

`GET /api/automations`

List all automations for the current organization.

## Response `200`

Successful Response

- AutomationListItem[]
  - `id` string, required
  - `organizationId` string, nullable
  - `name` string, nullable
  - `prompt` string, nullable
  - `num_creatives` integer, nullable
  - `status` string, nullable
  - `schedule` string, nullable
  - `steps` unknown[], nullable
    - unknown
  - `created_at` string, nullable
  - `updated_at` string, nullable
  - `run_count` integer
  - `latest_run_status` string, nullable

---

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