SmartMemory
GET
/memory/summary/delta

Query Parameters

from*From
to*To

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/summary/delta?from=string&to=string"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}