Buckets
List streams
List streams within a bucket with optional prefix filtering and pagination.
GET
string
required
Bucket ID. Must match
[a-z0-9_-]{4,64}.string
default:""
Only return streams whose ID starts with this prefix.
string
Cursor for pagination. Return streams after this stream ID.
number
default:"1000"
Maximum number of streams to return. Must be between 1 and 1000.
Response
string
required
The bucket identifier.
string
required
The prefix filter applied.
number
required
Number of streams in this page.
object[]
required
string
Cursor for the next page. Pass as
after to fetch the next page.boolean
required
Whether more streams exist beyond this page.

