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

# List workflows

`GET /v1/workflows`

Returns workflows with run stats. Filter by status or profile.

## Query parameters

- `profileId` string
- `status` 'draft' | 'active' | 'paused'
- `limit` integer
- `skip` integer

## Response `200`

Workflows list

- object
  - `success` boolean
  - `workflows` object[]
    - `id` string
    - `name` string
    - `description` string
    - `platform` string
    - `accountId` string
    - `accountName` string
    - `status` 'draft' | 'active' | 'paused'
    - `nodeCount` integer
    - `totalStarted` integer
    - `totalCompleted` integer
    - `totalExited` integer
    - `createdAt` string, date-time
  - `pagination` object
    - `total` integer
    - `limit` integer
    - `skip` integer
    - `hasMore` boolean

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/51932b099b2f/schema)
