---
title: "GET /flows"
method: GET
path: "/flows"
---

# GET /flows

`GET /flows`

## Query parameters

- `after` string
- `limit` integer
- `topic` string
- `sender` string
- `status` string
- `q` string

## Response `200`

Flows

- ListFlowResponse
  - `items` Flow[], required
    - `id` string, required
    - `topic_count` integer, required
    - `sender_count` integer, required
    - `topics` string[], required
    - `senders` string[], required
    - `trace_ids` string[], required
    - `task_ids` string[], required
    - `first_seen` string, date-time, required
    - `last_seen` string, date-time, required
    - `latest_status` string
    - `message_count` integer, required
    - `latest_preview` string
  - `next` string, nullable, required

## Other responses

- `default` — RFC 9457 problem details

---

[API](https://skmtc.net/scalytics/apis/kafsiem-analyst-api.md) · [All operations](https://skmtc.net/scalytics/apis/kafsiem-analyst-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalytics/kafsiem-analyst-api/revisions/d56f871e544e/schema)
