retrieve_initiative
Fetches details of a specific initiative using its UUID.
Instructions
Retrieve an initiative by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| initiative_id | Yes | UUID of the initiative |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| description | No | ||
| description_html | No | ||
| description_stripped | No | ||
| description_binary | No | ||
| start_date | No | ||
| end_date | No | ||
| logo_props | Yes | ||
| state | No | ||
| lead | No | ||
| workspace | Yes | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No |