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

# List workflows

`GET /v1/workflows`

List all workflows for your business.

## Query parameters

- `productSurface` 'API' | 'RPC' | 'WEBHOOK' | 'AGENT' | 'PIPELINE' | 'CUSTOM'
- `isActive` boolean
- `limit` integer

## Response `200`

List of workflows

- object — List of workflows
  - `data` object[]
    - `id` string
    - `name` string
    - `slug` string
    - `productSurface` string
    - `description` string, nullable
    - `isActive` boolean
    - `runCount` integer
    - `createdAt` string, date-time
  - `count` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/usedrip/apis/drip-api.md) · [All operations](https://skmtc.net/usedrip/apis/drip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usedrip/drip-api/revisions/2cb1567969ca/schema)
