SmartMemory
GET
/memory/analytics/origins

Return distribution of memory origins, optionally filtered and grouped.

Requires authentication and operates on user-scoped data.

Query Parameters

prefix?|

Filter by origin prefix

group_by?Group By

Group by: origin, prefix, or tier

Response Body

application/json

application/json

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