---
title: "Get information about a stream"
method: GET
path: "/storage/streams/{name}"
tags: ["Streams"]
---

# Get information about a stream

`GET /storage/streams/{name}`

Retrieves detailed information about a specific stream, including its configuration and current state. This endpoint provides metrics such as the number of messages, bytes used, first and last sequence numbers, and more.

## Path parameters

- `name` string, required

## Response `200`

Successfully retrieved stream information

- StreamResponse
  - `body` object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway-5.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway-5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway-5/revisions/072de10ada5e/schema)
