Skip to main content
Version: 2.11

List Streams

Lists all streams.

Subject

$JS.API.STREAM.LIST

Request

A request to the JetStream $JS.API.STREAM.LIST API

subjectstring
Limit the list to streams matching this subject filter
offsetinteger
Minimum:0

Response

A response from the JetStream $JS.API.STREAM.LIST API

One of the following:
Option 1 (object)
errorobjectrequired
Option 2 (object)
streamsobject[]required
Full Stream information for each known Stream
missingstring[]
In clustered environments gathering Stream info might time out, this list would be a list of Streams for which information was not obtainable
All of the following:
totalintegerrequired
Minimum:0
offsetintegerrequired
Minimum:0
limitintegerrequired
Minimum:0
typeconst: "io.nats.jetstream.api.v1.stream_list_response"required