List active anchors for a session.
Query Parameters
session_id?Session Id
anchor_type?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/anchors/list"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}