External DocumentationTo learn more, visit the Opsgenie documentation.
Actions
Get Policy
Used to get details of a single policy with id.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Policy ID | Id of the requested policy. |
| Team ID | The identifier of the team that this policy belongs. Value should be null for global policies. |
{
"data": {
"enabled": false,
"filter": {
"type": "string"
},
"id": "string",
"name": "Name of the policy",
"policyDescription": "Description of the policy",
"teamId": "TeamId of the policy",
"timeRestrictions": {
"type": "string"
},
"type": "Type of the policy"
},
"requestId": "string",
"took": 0
}
Was this page helpful?