list_organization_projects_v2
Fetch and organize GitHub projects within an organization using GraphQL API, supports pagination and customizable sorting by creation or update date.
Instructions
List projects V2 in a GitHub organization using GraphQL API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | Cursor for pagination | |
first | No | Number of projects to fetch (max 100) | |
orderBy | No | How to order the projects | |
org | Yes | Organization name |