Skip to main content
When MemoryLake extracts facts about an actor, it compares new facts against the actor’s existing facts. If a contradiction is detected, it is recorded as a memory conflict. Use this endpoint to list an actor’s conflicts, newest first, so you can surface them to users for review. You can filter by resolution status to show only unresolved conflicts that need attention, or only resolved ones for audit purposes. For conflicts within a project’s knowledge, use List Memory Conflicts instead.
Permission required: workspace:actor_fact_list

Path Parameters

string
required
Workspace ID
string
required
Actor ID

Query Parameters

boolean
Filter by resolution status. Pass true for resolved conflicts only, false for unresolved only. Omit to return both.
integer
default:"20"
Number of conflicts to return per page. Range: 1–100.
string
Token from a previous response to fetch the next page of results

Response

object