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:
0Response
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
offline{ [key: string]: string }
List of streams that are offline and reasons for being offline
All of the following:
totalintegerrequired
Minimum:
0offsetintegerrequired
Minimum:
0limitintegerrequired
Minimum:
0typeconst: "io.nats.jetstream.api.v1.stream_list_response"required