cURL
curl --request GET \ --url https://api.example.com/memories
{ "data": [ { "id": 123, "content": "<string>", "source": "<string>", "tags": [ "<string>" ], "importance": 123, "frame_id": 123, "created_at": "<string>", "updated_at": "<string>" } ], "pagination": { "limit": 123, "offset": 123, "total": 123 } }
Returns saved AI memories / knowledge extracted from screen activity.
OK
Show child attributes
Was this page helpful?