Get Harbor Context Version

Beta

Returns one immutable published version of a Harbor context document.

The response includes the complete title, description, and plain-text content captured when the version was published.

Published versions cannot be changed or deleted. System publications have published_by_type: "system" and a null published_by.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

harbor_idstringRequiredformat: "uuid"
Unique identifier of the Harbor.
context_idstringRequiredformat: "uuid"
Unique identifier of the context document.
version_idstringRequiredformat: "uuid"
Unique identifier of the published context version.

Headers

X-Polytomic-VersionstringOptional

Response

OK
dataobjectOptional

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error