Returns a snapshot of a specific version of the knowledge base.
GET https://gateway.orkeia.ai/knowledge-bases/{id}/version-control/{versionId}
Authenticationauthorization: <your_token>.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Identifier of the knowledge base. | KB_123456 |
| versionId | string | Yes | Identifier/slug of the version to be retrieved. | v1.0.1 |