List Harbor Context Versions
Lists immutable published versions of a Harbor context document without returning content.
Versions are ordered from newest to oldest. Collection items omit `content`,
and the draft is never included. Pagination tokens continue from the last
returned version, so publishing a newer version between requests does not shift
or duplicate older results.
Published revision IDs are durable artifact identities intended for future
Harbor activity and audit records. Publisher IDs are paired with actor types.
System publications have `published_by_type: "system"` and a null
`published_by` because the system actor has no UUID.
A Harbor profile credential can read versions only when `harbor_id` identifies
its own Harbor.
Authentication
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Path parameters
harbor_id
Unique identifier of the Harbor.
context_id
Unique identifier of the context document.
Headers
X-Polytomic-Version
Query parameters
limit
Maximum number of published versions to return. Defaults to 50 and cannot exceed 50.
page_token
Opaque pagination cursor returned by the previous request.
Response
OK
data
pagination
Errors
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
