---
title: "List All Automations"
method: GET
path: "/automations/workflows"
tags: ["Automations"]
---

# List All Automations

`GET /automations/workflows`

Use this method to list all available automation workflows.

## Query parameters

- `channel` string
- `sort_direction` 'ASC' | 'DESC'
- `created_from` 'SCRATCH' | 'TEMPLATE'
- `goals` string
- `name` string

## Response `209`

Request successful

- ListAutomationFlowsResponseDto — Paginated list of automation flow summaries
  - `flow_summaries` AutomationFlowSummaryDto[] — List of automation flow summaries for the current page
    - `active_state` string — State of the active definition
    - `created_by_id` string — User ID who created the flow
    - `created_date` string — Date the flow was created
    - `description` string — Description of the automation flow
    - `draft_state` string — State of the draft definition
    - `id` string — Automation flow ID
    - `name` string — Display name of the automation flow
    - `promoted_by_id` string — User ID who promoted the flow
    - `promoted_date` string — Date the flow was promoted
    - `status` string — Computed display status of the workflow
    - `structured_tags` StructuredTagDto[] — Structured tags associated with the automation flow
      - `display_value` string — Human-readable display value
      - `key` string — Tag key
      - `value` string — Tag value
    - `template_id` string — Template ID the flow was created from
    - `update_date` string — Date the flow was last updated

## Other responses

- `400` — Bad request. Either the JSON was malformed or there was a data validation error.
- `401` — The Access Token used is invalid.
- `403` — Forbidden request. You lack the necessary scopes, you lack the necessary user privileges, or the application is deactivated.
- `500` — There was a problem with our internal service.

---

[API](https://skmtc.net/cc/apis/appconnect-v3.md) · [All operations](https://skmtc.net/cc/apis/appconnect-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cc/appconnect-v3/revisions/4b4a534c818d/schema)
