pylon_get_issue_followers
Fetch the list of users following a specified issue, with options to limit the number of followers or paginate through results.
Instructions
Get the list of users following an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The issue ID | |
| limit | No | Number of followers to return (1-100, default 50) | |
| cursor | No | Pagination cursor for next page |