200 Successful Response
Schema: AttentionListResponse
-
itemsarray · AttentionItem requiredAttentionItem -
17 fields
-
idstring required -
Opaque identifier. Format:
inbox:<uuid>for persistent messages orlive:<alert_id>for computed signals. -
sourceAttentionSource requiredAttentionSource -
categoryAttentionCategory requiredAttentionCategory -
priorityAttentionPriority requiredAttentionPriority -
titlestring required -
bodystring -
Optional longer description of the item.
-
iconstring -
Icon hint for the frontend (CSS icon name).
-
action_requiredboolean -
Whether resolving this item requires user action. Items with
action_required=Trueappear in the Action Items dashboard card; all items appear in the notification bell. -
action_urlstring -
In-app deep link the user should follow to resolve.
-
action_labelstring -
Short label for the action button (e.g. 'Review').
-
entity_typestring -
Related entity kind, e.g.
invoices,bills. -
entity_idstring -
Related entity ID if applicable.
-
created_atstring · date-time required -
readboolean -
True if the item is read (inbox) or has been dismissed by the user (live).
-
starredboolean -
Inbox-only star state.
-
dismissibleboolean -
Whether the user can mark this read/dismiss. Always true for inbox; live items are dismissible per-user via user.props.
-
metadataobject -
Optional source-specific extra data.
-
-
next_cursorstring -
Inbox cursor for the next page (live items are not paginated).
-
has_moreboolean -
True if more inbox messages exist.