---
title: "Get automation stats"
method: GET
path: "/pipelines/{pipeline_id}/stats"
tags: ["Automations"]
---

# Get automation stats

`GET /pipelines/{pipeline_id}/stats`

Retrieve aggregate statistics for a specific automation.

## Path parameters

- `pipeline_id` integer, required

## Response `200`

OK

- object
  - `stats` object
    - `triggered` integer
    - `ended` integer
    - `open` integer
    - `open_rate` integer
    - `total_open` integer
    - `not_opened` integer
    - `send` integer
    - `click` integer
    - `total_click` integer
    - `click_rate` integer
    - `inject` integer
    - `soft_bounce` integer
    - `hard_bounce` integer
    - `bounce` integer
    - `bounce_rate` integer
    - `conversions` integer
    - `conversions_value` integer
    - `spam` integer
    - `unsub` integer
    - `delivery_rate` integer

---

[API](https://skmtc.dev/ecomail/apis/ecomail-api.md) · [All operations](https://skmtc.dev/ecomail/apis/ecomail-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ecomail/ecomail-api/revisions/31b5789931fe/schema)
