---
title: "List all workflows"
method: GET
path: "/public/v1/workflows"
tags: ["Workflows"]
---

# List all workflows

`GET /public/v1/workflows`

Returns a list of workflows associated with the account. Nodes and logic are excluded.

## Query parameters

- `status` 'ACTIVE' | 'DELETED' | 'DRAFT'

## Response `200`

A list of workflows

- object — Standard list response
  - `results` Workflow[], required
    - `id` number, required
    - `name` string, required
    - `description` string, nullable, required
    - `status` 'ACTIVE' | 'DELETED' | 'DRAFT', required
    - `triggerType` 'CONVERSATION_ENDED' | 'CONTACT_CREATED' | 'CONTACT_UPDATED' | 'FEEDBACK_CAPTURED' | 'INCOMING_WEBHOOK' | 'TABLE_ROW_CREATED' | 'OBJECT_RECORD_CREATED' | 'TABLE_ROW_UPDATED' | 'OBJECT_RECORD_UPDATED' | 'SCHEDULED_TRIGGER' | 'CONVERSATION_IDLE' | 'COMPOSIO_TRIGGER', nullable, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `runsCount` number, required
    - `runsFailedCount` number, required
    - `lastRunDate` string, nullable, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
