GET
/
streams

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

prefix
string

List stream names that begin with this prefix.

start_after
string

Only return stream names that lexicographically start after this name. This can be the last stream name seen in a previous listing, to continue from there. It must be greater than or equal to the prefix if specified.

limit
integer

Number of results, up to a maximum of 1000.

Required range: x > 0

Response

200 - application/json

List streams response.

has_more
boolean
required

If set, indicates there are more results that can be listed with start_after.

streams
object[]
required

Matching streams.