Resolve an attention item
POST /api/attention-items/{id}/resolve
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
The unique identifier of the attention item to resolve.
Responses
Section titled “ Responses ”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
trueNo 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