get_project
Retrieve a project by its ID, including currently open Needs, after listing projects. Use this read-only action to access project details; returns an error if the ID is missing.
Instructions
Get one project by id, including its currently open Needs. Use after list_projects. Returns an error object if the id is missing. Read-only. For a single Need plus receipts use get_need instead of parsing this payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project id returned by list_projects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |