Retrieve a single memory by ID
curl --request GET \ --url https://api.duohub.ai/memories/get/{id} \ --header 'X-API-Key: <api-key>'
{ "status": "success", "data": { "id": "123e4567-e89b-12d3-a456-426614174000", "organizationID": "org123", "memoryType": "vector", "name": "Important Memory", "description": "A detailed memory description", "chunkSize": 250, "chunkOverlap": 10, "acceleration": false, "factExtraction": true, "createdAt": "2024-01-01T00:00:00Z", "updatedAt": "2024-01-01T00:00:00Z" } }
Your duohub API key. Type: str
ID of the memory to retrieve
success
Show child attributes