Skip to main content
GET
/
policies
/
{id}
/
definition
Get the policy definition YAML by ID
curl --request GET \
  --url https://mycluster.domino.tech/policies/{id}/definition
{
  "definition": "<string>"
}

Path Parameters

id
string
required

ID of the definition of the policy to retrieve

Response

Definition of the policy

definition
string
required