cURL
curl --request GET \ --url https://api.flumes.ai/v0/memories \ --header 'Authorization: Bearer <token>'
{ "items": [ { "namespace": "default", "type": "fact", "text": "<string>", "memory_id": "<string>", "org_id": "<string>", "agent_id": "<string>", "entity_id": "<string>", "metadata": {}, "tags": [ "<string>" ], "timestamp": "2023-11-07T05:31:56Z", "archived": false, "sensitivity": "auto", "subject": "<string>", "predicate": "<string>", "object": "<string>", "object_type": "literal", "unit": "<string>", "keys": [ "<string>" ], "valid_from": "2023-11-07T05:31:56Z", "valid_to": "2023-11-07T05:31:56Z", "confidence": 0.5, "status": "active", "provenance": {} } ], "next_cursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent id within the org.
128
timestamp_desc
timestamp_asc
Hint; server may return fewer items.
x <= 200
Opaque cursor returned by previous page.
Page of memories
Show child attributes