get_project
Retrieve a specific project's details using its numeric ID.
Instructions
Read a single project by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Numeric project id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| owner | No | ||
| title | Yes | ||
| created | No | ||
| updated | No | ||
| hex_color | No | ||
| identifier | No | ||
| description | No | ||
| is_archived | No | ||
| is_favorite | No | ||
| parent_project_id | No |