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

# Get automation actions

`GET /pipelines/{id}/actions`

Retrieve all actions (nodes) within a given automation.

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `data` object[]
    - `id` string
    - `type` string
    - `properties` object
      - `name` string
      - `template` integer
    - `next` union — Ids of the follow-up nodes: an array of node ids on most node types, or an object with one array of node ids per output port on branching node types (`yes`/`no` on a check node, the variant keys on a split node, `default`/`quarantine_skip` on a mail node). Empty or null at the end of a branch.
      - string[]
      - object

---

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