upservice_get_project
Retrieve a project by its ID. Returns the project record in JSON format.
Instructions
Retrieve a single project by ID.
Args: params (ProjectIdInput): project_id (int)
Returns: str: JSON of the project record, or "Error: Resource not found (404)" if it doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |