get_project
Retrieve a Kanboard project by ID, identifier, or name. Returns the project object or not found.
Instructions
Retrieve a single Kanboard project. Provide exactly one of: project_id (number), project_identifier (short string like 'PRJ'), or project_name (full name). Returns the full project object. Returns NOT_FOUND when no match exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Numeric project id. | |
| project_identifier | No | Short project identifier string (e.g. 'PRJ'). | |
| project_name | No | Exact project name. |