Return a list of consumer lags of the consumers belonging to the specified consumer group.
Retrieves consumer lag information for all topic partitions consumed by the specified consumer group. Lag represents the difference between the latest offset and the consumer’s current position.
GET
/
admin
/
v1
/
consumer-groups
/
{consumer_group_id}
/
lags
Return a list of consumer lags of the consumers belonging to the specified consumer group.
Copy
Ask AI
curl --request GET \ --url https://api.example.com/admin/v1/consumer-groups/{consumer_group_id}/lags