SmartMemory
GET
/memory/temporal/search/during

Search memories that existed during time range.

Returns memories whose valid_time overlaps with the specified range.

Query Parameters

query*Query
start_time*Start Time
end_time*End Time
limit?Limit

Maximum results

Response Body

application/json

application/json

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