---
title: "List All Streams"
method: GET
path: "/v1/streams"
tags: ["streams"]
---

# List All Streams

`GET /v1/streams`

## Query parameters

- `include_inactive` boolean
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- AllStreamsListResponse — Response model for listing all streams across all clients.
  - `streams` StreamResponse[], required
    - `id` string, required
    - `name` string, required
    - `customerId` string, required
    - `parentClientId` string, nullable
    - `parentClientName` string, nullable
    - `score` number, required
    - `streamState` string, nullable — Stream status: pending, active, or inactive
    - `goals` string, nullable — Stream goals/objectives
    - `hasInsufficientData` boolean, nullable
    - `historicalData` integer[], nullable
    - `scoreChanges` ScoreChanges — Score changes over different time periods.
      - `7day` ScoreChange — Score change over a time period.
        - `change` number, required — Absolute change in score
        - `percentage` number, nullable — Percentage change
        - `previousScore` number, required — Score at start of period
      - `30day` ScoreChange — Score change over a time period.
        - `change` number, required — Absolute change in score
        - `percentage` number, nullable — Percentage change
        - `previousScore` number, required — Score at start of period
  - `total` integer, required
  - `customerId` string, required

## Other responses

- `422` — Validation Error

---

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