Public Export Kb
Knowledge Bases
Public Export Kb
Export a knowledge base.
Returns an export file (v4 plaintext YAML by default, v3 base64 on request)
that can be imported later.
Note: KBs larger than 15MB are exported without their documents (metadata
and settings only); the response is 206 Partial Content and carries an
X-Export-Warning header.
POST
Public Export Kb
Authorizations
Path Parameters
Query Parameters
Export wire format. auto (default) emits the legacy base64-encoded bundle for back-compat; pass v4 for plaintext multi-doc YAML (.nx), or v3 for base64 explicitly.
Available options:
auto, v3, v4 Response
Successful Response