SmartMemory
GET
/memory/logs

Return persisted pipeline log records for the authenticated workspace, newest first.

Query Parameters

level?|

ERROR | WARN | INFO | DEBUG

stage?|

Pipeline stage name

since?|

ISO 8601 datetime lower bound

limit?Limit

Response Body

application/json

application/json

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