SmartMemory
GET
/memory/decisions/search

Search for active decisions related to a topic.

Query Parameters

topic*Topic

Search topic

limit?Limit

Response Body

application/json

application/json

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