Read the details of one unscheduled backlog item. Use this when the user asks about a specific backlog item; use listBacklogItems to see all active backlog and listBacklogItemHistory for used or discarded ones. Fetches one active backlog item by `{id}`; this is the backlog handle, not `agenda_item_id`. Items that are already assigned or deleted return 404; find them in v1ListBacklogItemHistory. `talking_points` contains only the caller's private note.
getBacklogItemRead the details of one unscheduled backlog item. Use this when the user asks about a specific backlog item; use listBacklogItems to see all active backlog and listBacklogItemHistory for used or discarded ones.
Fetches one active backlog item by {id}; this is the backlog handle, not agenda_item_id. Items that are already assigned or deleted return 404; find them in v1ListBacklogItemHistory. talking_points contains only the caller's private note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Backlog item ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Unique identifier of the backlog item (the deferral ID) | |
| title | No | ||
| item_type | No | ||
| deleted_at | No | Time the item was removed from the backlog, present only on history entries | |
| presenters | No | Presenters for this backlog item, enriched with name and email when the user record is available. | |
| assigned_at | No | Time the item was assigned to a meeting, present only on history entries | |
| deferred_at | No | ||
| description | No | Detailed description of the backlog item, in Markdown. Empty when the item has no description. | |
| origin_type | No | How the item reached the backlog: MANUAL for items created directly on the backlog, MEETING or SMS for deferred items | |
| agenda_item_id | No | ID of the agenda item holding this backlog item's content | |
| talking_points | No | Private talking points for the authenticated user on this backlog item, in Markdown. Only returned when the user has talking points. | |
| deferrer_user_id | No | ID of the user who placed the item on the backlog | |
| origin_meeting_id | No | ID of the meeting the item was deferred from, absent for items created directly on the backlog | |
| origin_meeting_title | No | Title of the meeting the item was deferred from, when still available | |
| destination_meeting_id | No | Meeting the item was assigned to, present only on history entries | |
| time_allocation_minutes | No | ||
| destination_agenda_item_id | No | Agenda item created by the assignment, present only on history entries |