Read the details of one follow-up task. Use this when the user asks about a specific action item; use listActionItems to see all tasks. Fetches a single action item by `{id}`. The item is only returned if the caller is the assignee or a participant in the parent meeting, so inaccessible ids return 404. Use this to read `status`, `is_completed`, and `due_date` without re-listing.
getActionItemRead the details of one follow-up task. Use this when the user asks about a specific action item; use listActionItems to see all tasks.
Fetches a single action item by {id}. The item is only returned if the caller is the assignee or a participant in the parent meeting, so inaccessible ids return 404. Use this to read status, is_completed, and due_date without re-listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Action Item ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| title | No | ||
| status | No | ||
| due_date | No | ||
| created_at | No | ||
| meeting_id | No | ||
| updated_at | No | ||
| description | No | Longer description of the action item, in Markdown. Empty when the item has no description. | |
| completed_at | No | ||
| is_completed | No | ||
| agenda_item_id | No | ||
| assigned_to_user_id | No |