github_projects_get_user_item
Retrieve details of a specific item in a user-owned GitHub project. Provide username, project number, and item ID; optionally filter fields.
Instructions
Get an item for a user owned project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | username | |
| project_number | Yes | project_number | |
| item_id | Yes | item_id | |
| fields | No | Limit results to specific fields, by their IDs. If not specified, the title field will be returned. Example: fields[]=123&fields[]=456&fields[]=789 or fields=123,456,789 |