list_initiative_projects
Retrieve all projects linked to a specific initiative by providing its UUID. Use this to view associated project details and manage related work.
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 |