---
title: "List DM automation runs"
method: GET
path: "/v2/dm-automations/{id}/runs"
tags: ["automations"]
---

# List DM automation runs

`GET /v2/dm-automations/{id}/runs`

Lists the execution runs of a single DM automation, ordered by start time (most recent first). Supports cursor-based pagination.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Default Response

- object
  - `items` object[], required — Execution runs for the DM automation, most recent first.
    - `contactId` string, required
    - `createdAt` string, required
    - `error` object
      - `code` number
      - `message` string, required
    - `id` string, required
    - `platform` 'facebook' | 'instagram', required
    - `status` 'completed' | 'expired' | 'failed' | 'running' | 'superseded' | 'waiting', required
    - `updatedAt` string, required
  - `cursor` string — Cursor for the next page. Absent when there are no more runs.

## Other responses

- `404` — Not found
- `500` — Default Response

---

[API](https://skmtc.net/blotato/apis/blotato-api.md) · [All operations](https://skmtc.net/blotato/apis/blotato-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blotato/blotato-api/revisions/c93447ba6b9d/schema)
