> ## Documentation Index
> Fetch the complete documentation index at: https://docs.riktra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# set_attention_status

> Resolve or dismiss one open attention item.

Call only after the person explicitly asks to clear a specific item returned by get\_attention. Resolved means the work is handled and may surface again if the underlying condition still applies. Dismissed stays hidden while the same condition remains. Organization and personal ownership are enforced from the signed-in identity.

## Parameters

<ParamField body="item_id" type="uuid" required>
  From get\_attention.
</ParamField>

<ParamField body="status" type="enum" required>
  resolved · dismissed
</ParamField>
