Retrieve all memories associated with a contact, sorted by importance.
cURL
curl --request GET \ --url https://api.example.com/orgs/{org_id}/contacts/{contact_id}/memories
[ { "id": "<string>", "content": "<string>", "type": "FACT", "importance": 0.5, "created_at": "2023-12-25", "updated_at": "2023-12-25", "user_id": "<string>", "contact_id": "<string>" } ]
Org ID
Contact ID
Page number
Number of items to take
Next page token (Only used on special endpoints)
200
The type of memory.
FACT
PREFERENCE
GOAL
EXPERIENCE
0 <= x <= 1
Was this page helpful?