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": {}
}
]
}Enrichment Stage
Run enrichment pipeline stage. Enriches stored entities with additional metadata (sentiment, topics, etc.). Requires authentication and operates on user-scoped data. Requires linking stage to be completed first.
Export Ontology
Export the full ontology as a portable dict for backup/migration.