List attention items

GET/api/v1/attention

Get the merged list of inbox messages and live alerts. Items are sorted with action-required first, then by priority, then newest first. Inbox messages support cursor pagination; live alerts are always returned in full on the first page.

Operation ID: list_attention_api_v1_attention_get·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Query

action_requiredbooleandefault: False

Only show items requiring user action.

categorystring

Filter by category.

prioritystring

Filter by priority.

entity_typestring

Filter by entity type.

unread_onlybooleandefault: False

Hide read inbox messages and dismissed live alerts.

include_livebooleandefault: True

Include live (computed) alerts alongside inbox rows.

client_viewbooleandefault: False

If true, action URLs use the /client shell prefix instead of /books.

cursorstring

Inbox pagination cursor.

limitintegerdefault: 20

Max inbox items per page.

Responses

200Successful Response

successboolean
messagestring
codestring
dataAttentionListResponse

401Unauthorized - Authentication required

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject