SmartMemory
GET
/memory/analytics/drift

Run concept drift detection over the specified time window (in days).

Requires authentication and operates on user-scoped data.

Query Parameters

time_window_days?Time Window Days

Response Body

application/json

application/json

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