Get an agent's recall profile for personality-aware retrieval.
Path Parameters
agent_id*Agent Id
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/agents/string/recall-profile"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}