SmartMemory
GET
/memory/temporal/at/{timestamp}

Time-travel query - get state at specific time.

Returns all memories as they existed at the specified timestamp. Supports both valid_time and transaction_time queries.

Path Parameters

timestamp*Timestamp

Query Parameters

query?|

Optional search query

limit?Limit

Maximum results

Response Body

application/json

application/json

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