SmartMemory
GET
/memory/search

Search for memory items using semantic and contextual matching (GET method).

Query Parameters

query*Query

Search query

limit?Limit

Maximum number of results

memory_type?|

Type of memory to search

Response Body

application/json

application/json

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