SmartMemory
GET
/memory/okf/export

Export the caller's workspace memories as a compressed OKF bundle.

Query Parameters

memory_type?string|null
limit?Limit

Response Body

application/json

application/json

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