Read a node's queue
GET/api/node_queue
The messages waiting on a node's input topics, with the offsets behind them and the messages just before the node's current position.
Reading a queue changes nothing: the records are peeked with a consumer
that never joins the node's group, so the node keeps its place whether or
not it is running. previews_visible is false for callers without
permission to read message content, and every preview is null in that
case; the rest of each row still comes back.
Request
Responses
- 200
- 404
- 422
- 503
Successful Response
Node not found
Validation Error
Kafka broker unavailable