list_initiative_projects
List all projects linked to a given initiative using its unique identifier.
Instructions
List projects linked to an initiative.
Args: initiative_id: UUID of the initiative params: Optional query parameters (e.g., per_page, cursor)
Returns: List of linked Project objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| initiative_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |