get_validator_groups
Retrieve a paginated list of validator groups with details on members, votes, capacity, and performance metrics.
Instructions
Get information about all validator groups, including their members, votes, capacity, and performance metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). If provided, overrides offset/limit | |
| limit | No | Maximum number of validator groups to return (alternative to page_size) | |
| offset | No | Number of validator groups to skip (alternative to page-based pagination) | |
| page_size | No | Number of validator groups per page |