get_topic_partitions
Retrieve partition details for Kafka topics, including message counts and byte sizes, to monitor data distribution and performance across clusters.
Instructions
Retrieve detailed partition information including messages and bytes (v2 endpoint).
Args: environment: The environment name. topic_name: Name of the topic.
Returns: Partition details with message counts, bytes, and JMX timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | ||
| topic_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||