get_org_project
Retrieves a GitHub ProjectsV2 project from an organization by its project number, returning the project details for use in automation.
Instructions
Get a GitHub ProjectsV2 project by number in an organization. Docs: https://docs.github.com/en/rest/projects/projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization login. | |
| project_number | Yes | The ProjectsV2 project number (visible in the project URL). |