---
title: "Get Stream"
method: GET
path: "/v1/clients/{client_id}/streams/{stream_id}"
tags: ["clients"]
---

# Get Stream

`GET /v1/clients/{client_id}/streams/{stream_id}`

## Path parameters

- `client_id` string, required
- `stream_id` string, required

## Response `200`

Successful Response

- StreamDetailResponse — Detailed stream response with insights from Cortex analytics.
  - `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
  - `spotlight` string, nullable — Executive summary from Cortex stream insights
  - `insights` object[], nullable — Weekly insights
  - `contextualClues` object, nullable — Active fires, budget issues, growth opportunities, etc.
  - `growthRecommendations` object[], nullable — Growth strategy recommendations

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