Consumer Names
Lists consumer names for a stream.
Subject
$JS.API.CONSUMER.NAMES.{stream}
Where {stream} is the stream name.
Request
A request to the JetStream $JS.API.CONSUMER.NAMES API
All of the following:
offsetintegerrequired
Minimum:
0subjectstring
Filter the names to those consuming messages matching this subject or wildcard
Response
A response from the JetStream $JS.API.CONSUMER.NAMES API
One of the following:
Option 1 (object)
errorobjectrequired
Option 2 (object)
consumersstring[]required
All of the following:
totalintegerrequired
Minimum:
0offsetintegerrequired
Minimum:
0limitintegerrequired
Minimum:
0typeconst: "io.nats.jetstream.api.v1.consumer_names_response"required