External DocumentationTo learn more, visit the Nucleus documentation.
Actions
Get Project By ID
Returns details on a specific project.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Project ID | The ID of the project. Can be obtained by the List Projects action. |
{
"tracking_method": "string",
"project_name": "string",
"project_description": "string",
"project_id": 0,
"project_groups": [
"string"
],
"project_org": "string"
}
Was this page helpful?