SmartMemory
GET
/memory/telemetry/sessions

List telemetry sessions for the current workspace, sorted by started_at desc.

Query Parameters

limit?Limit
offset?Offset

Response Body

application/json

application/json

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