Skip to main content

Get Project By ID

Returns details on a specific project.

External Documentation

To learn more, visit the Nucleus documentation.

Parameters

ParameterDescription
Project IDThe ID of the project. Can be obtained by the List Projects action.

Example Output

{
"tracking_method": "string",
"project_name": "string",
"project_description": "string",
"project_id": 0,
"project_groups": [
"string"
],
"project_org": "string"
}

Workflow Library Example

Get Project by Id with Nucleus and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop