list_org_projects
Retrieve classic project listings from a GitHub organization to view open, closed, or all projects with pagination controls.
Instructions
List projects in an organization (classic projects).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization name | |
| state | No | Project state (open, closed, all) | open |
| per_page | No | Results per page (max 100) | |
| page | No | Page number |