---
title: "GET /streams/{streamId}"
method: GET
path: "/streams/{streamId}"
tags: ["Base API"]
---

# GET /streams/{streamId}

`GET /streams/{streamId}`

Returns the details of a stream

## Response `200`

success

- object
  - `data` Stream
    - `created_at` string
    - `description` string
    - `id` StreamID — unresolved $ref
    - `name` string
    - `status` 'active' | 'disabled' | 'testing'
    - `update_at` string

---

[API](https://skmtc.dev/kiprotect/apis/kiprotect-api.md) · [All operations](https://skmtc.dev/kiprotect/apis/kiprotect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kiprotect/kiprotect-api/revisions/97f9f8aaa8ee/schema)
