cURL
curl --request GET \ --url https://sontairo.com/api/chat/memory
{ "data": [ { "id": "<string>", "workspaceId": "<string>", "projectId": "<string>", "key": "<string>", "value": "<string>", "category": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Returns agent memory entries for a workspace.
List of memory entries
Show child attributes