---
title: "Get automation log"
method: GET
path: "/subscribers/{email}/automation-log"
tags: ["Subscribers"]
---

# Get automation log

`GET /subscribers/{email}/automation-log`

Retrieve a paginated list of automation (pipeline) log entries for a given subscriber email address, sorted by timestamp descending by default.

## Path parameters

- `email` string, required

## Query parameters

- `per_page` integer
- `page` integer
- `sort_by` string
- `sort_dir` string

## Response `200`

OK

- object
  - `automation_log` object[]
    - `id` integer
    - `user_id` integer
    - `pipeline_id` integer
    - `action_id` string
    - `trigger_id` string
    - `email` string
    - `props` object
      - `key` string
    - `next` unknown
    - `timestamp` string
  - `current_page` integer
  - `per_page` integer
  - `total` integer
  - `last_page` 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)
