SmartMemory
GET
/memory/summary/list

Query Parameters

is_heartbeat?boolean|null
limit?Limit
before?|null

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/summary/list"
[
  {}
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}