list_org_project_items
Retrieve items from a GitHub ProjectsV2 project for an organization. Provide the org login and project number to get project items, with optional pagination.
Instructions
List items in a GitHub ProjectsV2 project. Docs: https://docs.github.com/en/rest/projects/items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization login. | |
| page | No | ||
| per_page | No | ||
| project_number | Yes | The ProjectsV2 project number (visible in the project URL). |