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

# Get DM automation analytics

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

Returns stats for a single DM automation.

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `analytics` object, required
    - `completed` integer, required
    - `failed` integer, required
    - `triggered` integer, required

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