Buckets
List streams
List streams within a bucket with optional prefix filtering and pagination.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.snakream.tonbo.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bucket ID. Must match
[a-z0-9_-]{4,64}.Only return streams whose ID starts with this prefix.
Cursor for pagination. Return streams after this stream ID.
Maximum number of streams to return. Must be between 1 and 1000.
Response
| Status | Meaning |
|---|---|
200 | Streams listed. |
400 | Invalid bucket ID or limit out of range. |
404 | Bucket not found. |
The bucket identifier.
The prefix filter applied.
Number of streams in this page.
Cursor for the next page. Pass as
after to fetch the next page.Whether more streams exist beyond this page.

