---
title: "List data streams"
method: GET
path: "/data_streams"
---

# List data streams

`GET /data_streams`

## Response `200`

List of data streams

- DataStream[]
  - `id` integer — Unique numeric identifier
  - `key` string, required — Unique immutable identifier
  - `name` string, required — Human readable name
  - `description` string — Optional description of the data stream
  - `type` string — The type of data stream (e.g. api, csv, stripe, bank_feed)
  - `program_id` integer, nullable
  - `records_count` integer — Record count from the ClickHouse mirror

## Changes

- **2026-08-14** `fb02f944f95e` — 2 info
  - added the optional property `items/program_id` to the response with the `200` status
  - added the optional property `items/records_count` to the response with the `200` status

[Change history](https://skmtc.dev/endclose/apis/end-close-api/changes/data_streams/get.md)

---

[API](https://skmtc.dev/endclose/apis/end-close-api.md) · [All operations](https://skmtc.dev/endclose/apis/end-close-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/endclose/end-close-api/revisions/2e572738191a/schema)
