Skip to content

Resolve an attention item

POST
/api/attention-items/{id}/resolve

Marks an attention item as resolved, indicating that a human has reviewed and addressed the flagged issue. This does not affect the underlying conversation — use the conversation endpoints to take over, reply, or resolve the conversation itself.

id
required
string format: uuid

The unique identifier of the attention item to resolve.

The attention item has been marked as resolved.

Simple success acknowledgment returned by action endpoints (reply, resolve, take-over, etc.).

object
ok
required

Always true on success.

boolean
Example
true

No attention item exists with the given ID in the authenticated tenant.

Standard error response returned by all endpoints on failure.

object
error
required

A human-readable error message describing what went wrong.

string
Example
Conversation not found