curl --request GET \
--url https://api.example.com/memories/{id}{
"id": 123,
"content": "<string>",
"source": "<string>",
"source_context": {},
"tags": [
"<string>"
],
"importance": 123,
"frame_id": 123,
"created_at": "<string>",
"updated_at": "<string>"
}curl --request GET \
--url https://api.example.com/memories/{id}{
"id": 123,
"content": "<string>",
"source": "<string>",
"source_context": {},
"tags": [
"<string>"
],
"importance": 123,
"frame_id": 123,
"created_at": "<string>",
"updated_at": "<string>"
}Was this page helpful?