Skip to main content
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).
Each conflict carries an index — its stable position in the full report, including already-resolved rows. Pass that value as conflict_index to Resolve Conflict; do not use the conflict’s position in this filtered response. Because this endpoint omits resolved conflicts, the two numbering schemes diverge after the first resolution, and resolving by filtered position can act on the wrong memory.

Authentication

API clients do not send an API key or Authorization header.
string
required
Session token from Activate Agent. Must match agent_id.

Path Parameters

string
required
The unique identifier of the agent.

Query Parameters

string
Report date in YYYY-MM-DD. Defaults to today (UTC) on the server when omitted.

Next Steps