List policies in a policy set draft
Returns the policy versions referenced by the draft's manifest as a paginated list. Mirrors the published /policy-sets/{policy_set_id}/versions/{version_id}/policies endpoint but sources entries from the policy set's mutable draft. Archived policy versions referenced by the manifest are still returned.
Path parameters
The zone identifier
The policy set identifier
Query parameters
An opaque cursor used for paginating through a list of results
Cursor for forward pagination. Returned in Pagination.after_cursor. Mutually exclusive with before.
An opaque cursor used for paginating through a list of results
Cursor for backward pagination. Returned in Pagination.before_cursor. Mutually exclusive with after.
Maximum number of items to return per page.
Opt-in to additional response fields. Repeatable; matches the expand[] convention used across the Keycard API.
Field to sort by.
Sort direction. Default is desc (newest first).
Narrows which Cedar representation the response includes. When omitted, both cedar_json and cedar_raw are populated. Pass json to receive only cedar_json, or cedar to receive only cedar_raw. Callers that don't care about payload size can skip this parameter.
Headers
API version header (date-based, e.g. 2026-02-01)
Unique request identifier specified by the originating caller and passed along by proxies.
Response
A paginated list of policy versions pinned by this draft's manifest