github_orgs_list
List GitHub organizations with optional pagination and filtering by starting ID. Retrieve organizations in batches to manage large datasets efficiently.
Instructions
List organizations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | An organization ID. Only return organizations with an ID greater than this ID. | |
| 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)." |