SmartMemory
GET
/memory/summary/{snapshot_id}

Path Parameters

snapshot_id*Snapshot Id

Response Body

application/json

application/json

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