Governance policies
Get a policy's full structure, including evidence and the content shape each artifact expects
Returns the policy’s stages, evidence sets, and approval slots. Set hydrateTaxonomy=false to skip taxonomy tag/property hydration if you don’t need it.
Each evidence artifact’s details object describes what to submit later as a Result (via POST /rpc/submit-result-to-policy) — its shape depends on artifactType:
artifactType: "input"—details.typeis one oftextinput,textarea,numeric,date,radio,select,checkbox,multiselect. Forradio/select/checkbox/multiselect,details.options[].valuelists the only valid content values.artifactType: "guidance"—details.textis a display-only note; no content submission is expected.artifactType: "metadata"—details.typeisfile,modelmetric, ormonitorcheck;monitorcheckis populated viaPOST /rpc/analyze-monitor-model, not by submitting content directly.artifactType: "policyScriptedCheck"—detailsdescribes a Domino Job to run:command(optionally with namedparameters[]referenced as${<name>}placeholders), and optionallyenvironmentId/hardwareTierId. If either is absent, list available options viaGET /api/environments/beta/environmentsorGET /api/hardwaretiers/v1/hardwaretiers(Domino’s public APIs). Related:- POST /rpc/submit-result-to-policy (recommended submission path; full content-shape table)
- GET /policies//definition (the same structure as YAML, for human review or version control)
- POST /bundles (attach this policy to a new bundle)
GET
Get a policy's full structure, including evidence and the content shape each artifact expects
Path Parameters
ID of policy to retrieve
Query Parameters
Hydrate the response with taxonomy tags and property values (default true); set false to skip
Response
OK
Available options:
Draft, Published, Archived populated by TaxonomyService
populated by TaxonomyService
Last modified on September 3, 2026