Get team comments
esa_get_team_commentsRetrieve paginated comments from an esa.io team. Specify team name and optional page/perPage parameters to control output.
Instructions
Retrieves a list of comments in a team with pagination support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts from 1) | |
| perPage | No | Number of items per page | |
| teamName | No | Team name (required). Use esa_get_teams first to see available teams. |