List Harbor Context Drafts

Beta
Lists mutable Harbor context drafts without returning document content. The collection includes drafts for published context documents and initial drafts that have not yet been published. Use `context_id` with the draft detail, replacement, promotion, and discard endpoints. Draft metadata does not include `content`. Fetch a selected draft through its detail endpoint to read the complete candidate. Normal context list and detail operations continue to return published content only.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

harbor_idstringRequiredformat: "uuid"
Unique identifier of the Harbor.

Headers

X-Polytomic-VersionstringOptional

Query parameters

limitintegerOptional1-50Defaults to 50
Maximum number of mutable drafts to return. Defaults to 50 and cannot exceed 50.
page_tokenstringOptional
Opaque pagination cursor returned by the previous request.

Response

OK
datalist of objects or nullOptional
paginationobjectOptional

Errors

403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error