Get status updates
get_status_updatesRetrieve status updates by ID or list all updates for a project or initiative. Returns details like body, health, creation time, and author.
Instructions
Get one status update by id, or list a project's/initiative's updates → [{id, body, health, createdAt, url, authorName}]. type selects project vs initiative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Status update id — returns just that one | |
| type | Yes | Status update type | |
| limit | No | Max rows when listing (default 50) | |
| project | No | Project name or id (when type=project) | |
| initiative | No | Initiative name or id (when type=initiative) |