exports
Create Export
POST /api/agents/:agentId/export
Content-Type: application/json
{ "format": "openclaw_json" }{
"id": "uuid",
"agentId": "uuid",
"format": "openclaw_json",
"exportedBlob": "{ ... }",
"createdAt": "..."
}List All Exports
Get Single Export
Notes
Was this helpful?