github_activity_list_repos_watched_by_user
Fetch a paginated list of repositories a GitHub user is watching. Specify username, page, and per_page parameters to control output.
Instructions
List repositories watched by a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | username | |
| per_page | No | The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." | |
| page | No | The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." |