list_projects
List GitHub Projects V2 owned by a user or organization. Specify the owner and type to retrieve projects with optional pagination.
Instructions
List GitHub Projects V2 for a user or organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | The username or organization name | |
| ownerType | Yes | Whether the owner is a user or organization | |
| first | No | Number of projects to return (default: 20, max: 100) | |
| after | No | Cursor for pagination |