Data
List Conflicts
List unresolved conflicts for an agent from the stored conflict report.
GET
Overview
Returns conflicts that are not yet marked resolved for the given agent and date. Memanto reads the conflict report JSON produced by the conflict-detection workflow (for example after running a daily summary that generates conflicts locally). If no report exists for that date, the list is empty (count: 0).
Authentication
API clients do not send an API key orAuthorization header.
Session token from Activate Agent. Must match
agent_id.Path Parameters
The unique identifier of the agent.
Query Parameters
Report date in
YYYY-MM-DD. Defaults to today on the server when omitted.Next Steps
- Resolve Conflict to apply a resolution for one row in the report
- Recall to inspect memories directly