curl -X GET "https://example.com/memory/agents"[
{
"id": "string",
"name": "string",
"description": "string",
"agent_config": {},
"roles": [
"string"
],
"tenant_id": "string",
"is_active": true,
"created_at": "2019-08-24T14:15:22Z",
"created_by": "string"
}
]List Active Decisions
Get all active decisions, optionally filtered. With ``provenance_memory_id`` set, routes to the inverse-provenance query (CORE-DECISION-PROVENANCE-LOOKUP-1); all filtering is delegated to the core method so filter+limit composition is correct. Without it, behaviour is unchanged from the original list path.
List Anchors
List active anchors for a session.