Get Memory
Get a specific memory by ID with associated labels.
curl -X GET "http://127.0.0.1:14242/memories/string"{
"id": "string",
"title": "string",
"content": "string",
"source": "string",
"time": "string",
"rating": 0,
"label_ids": [
"string"
],
"is_favorite": false,
"source_thread": {
"id": "string",
"title": "string"
},
"confidence": 0,
"metadata": {}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}