---
title: "List flows for an agent"
method: GET
path: "/public/v1/agents/{agentId}/flows"
tags: ["Flows"]
---

# List flows for an agent

`GET /public/v1/agents/{agentId}/flows`

Returns a list of flows associated with a specific agent. Nodes and logic are excluded.

## Path parameters

- `agentId` string, required

## Query parameters

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

## Response `200`

A list of flows

- object — Standard list response
  - `results` Flow[], required
    - `id` number, required
    - `name` string, required
    - `description` string, nullable, required
    - `status` 'ACTIVE' | 'SUSPENDED' | 'DELETED' | 'DRAFT', required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `runCount` number, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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