{
  "info": {
    "name": "PagerDuty — mcp.ai",
    "description": "REST API for the PagerDuty MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/pagerduty",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "pagerduty_add_service_to_incident_workflow_trigger",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/service/to/incident/workflow/trigger",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "service",
            "to",
            "incident",
            "workflow",
            "trigger"
          ]
        },
        "description": "This endpoint adds a service to an existing incident workflow trigger in pagerduty. it allows you to associate a specific service with a trigger, enabling automated incident management processes for t",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"service__id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_aggregate_escalation_policy_incident_metrics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/aggregate/escalation/policy/incident/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "aggregate",
            "escalation",
            "policy",
            "incident",
            "metrics"
          ]
        },
        "description": "This endpoint analyzes and aggregates incident metrics across all escalation policies in pagerduty. it allows for detailed filtering and customization of the analysis, enabling users to gain insights ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"order\": \"\",\n  \"order_by\": \"\",\n  \"time_zone\": \"\",\n  \"aggregate_unit\": \"\",\n  \"filters__major\": false,\n  \"filters__urgency\": \"\",\n  \"filters__team__ids\": \"\",\n  \"filters__service__ids\": \"\",\n  \"filters__priority__ids\": \"\",\n  \"filters__priority__names\": \"\",\n  \"filters__created__at__end\": \"\",\n  \"filters__pd__advance__used\": false,\n  \"filters__created__at__start\": \"\",\n  \"filters__min__ackowledgements\": 0,\n  \"filters__escalation__policy__ids\": \"\",\n  \"filters__min__manual__escalations\": 0,\n  \"filters__min__timeout__escalations\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_associate_service_dependencies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/associate/service/dependencies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "associate",
            "service",
            "dependencies"
          ]
        },
        "description": "Associates multiple service dependencies in pagerduty, allowing you to define relationships between supporting and dependent services. this endpoint is used to establish a hierarchical structure of se",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"relationships\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_associate_team_with_automation_action",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/associate/team/with/automation/action",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "associate",
            "team",
            "with",
            "automation",
            "action"
          ]
        },
        "description": "This endpoint associates a specific team with an automation action in pagerduty. it allows you to link a team to an automated workflow, enabling better organization and management of automation action",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_audit_escalation_policy_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/audit/escalation/policy/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "audit",
            "escalation",
            "policy",
            "records"
          ]
        },
        "description": "Retrieves the audit records for a specific escalation policy in pagerduty. this endpoint allows users to access a detailed history of changes made to the escalation policy, including modifications to ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"since\": \"\",\n  \"until\": \"\",\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_convert_service_rule_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/convert/service/rule/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "convert",
            "service",
            "rule",
            "by",
            "id"
          ]
        },
        "description": "Converts the rules associated with a specific pagerduty service to a new or optimized format. this endpoint is used to update and standardize the incident management rules for a given service, improvi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_count_paused_incident_reports",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/count/paused/incident/reports",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "count",
            "paused",
            "incident",
            "reports"
          ]
        },
        "description": "Retrieves the count of paused incident reports in the pagerduty system. this endpoint is part of pagerduty's incident management and analytics features, providing a quick way to quantify the number of",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"since\": \"\",\n  \"until\": \"\",\n  \"service_id\": \"\",\n  \"suspended_by\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_a_custom_field_for_an_incident_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/custom/field/for/an/incident/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "custom",
            "field",
            "for",
            "an",
            "incident",
            "type"
          ]
        },
        "description": "Create a custom field for an incident type. custom fields (cf) are a feature which will allow customers to extend incidents with their own custom data, to provide additional context and support featur",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field__name\": \"\",\n  \"field__enabled\": false,\n  \"type_id_or_name\": \"\",\n  \"field__data__type\": \"\",\n  \"field__description\": \"\",\n  \"field__field__type\": \"\",\n  \"field__display__name\": \"\",\n  \"field__default__value\": \"\",\n  \"field__field__options\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_a_field_option_for_a_custom_field",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/field/option/for/a/custom/field",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "field",
            "option",
            "for",
            "a",
            "custom",
            "field"
          ]
        },
        "description": "Create a field option for a custom field. custom fields (cf) are a feature which will allow customers to extend incidents with their own custom data, to provide additional context and support features",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\",\n  \"type_id_or_name\": \"\",\n  \"field__option__data__value\": \"\",\n  \"field__option__data__data__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_a_ruleset",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/ruleset",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "ruleset"
          ]
        },
        "description": "Creates a new ruleset in pagerduty for managing incident routing and notification rules. this endpoint allows you to define a named set of rules that determine how incidents are processed and directed",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_a_trigger",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/trigger",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "trigger"
          ]
        },
        "description": "Create new incident workflow trigger scoped oauth requires: `incident workflows.write`",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_an_incident_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/an/incident/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "an",
            "incident",
            "type"
          ]
        },
        "description": "Create a new incident type. incident types are a feature which will allow customers to categorize incidents, such as a security incident, a major incident, or a fraud incident. <!-- theme: warning -->",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"incident__type__name\": \"\",\n  \"incident__type__enabled\": false,\n  \"incident__type__description\": \"\",\n  \"incident__type__parent__type\": \"\",\n  \"incident__type__display__name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_and_manage_custom_incident_fields",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/and/manage/custom/incident/fields",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "and",
            "manage",
            "custom",
            "incident",
            "fields"
          ]
        },
        "description": "Creates a new custom field for incidents in pagerduty. this endpoint allows you to define additional data points to be associated with incidents, enhancing incident management and reporting capabiliti",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_automation_runner_endpoint",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/automation/runner/endpoint",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "automation",
            "runner",
            "endpoint"
          ]
        },
        "description": "Creates a new automation runner in the pagerduty incident management system. this endpoint allows you to set up either a sidecar runner, which polls for invocations externally, or a runbook runner, wh",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"runner\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_business_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/business/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "business",
            "service"
          ]
        },
        "description": "This endpoint creates a new business service in pagerduty, which represents a specific service or application that can be monitored and managed within the incident management platform. it allows you t",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"business__service__name\": \"\",\n  \"business__service__team__id\": \"\",\n  \"business__service__description\": \"\",\n  \"business__service__point__of__contact\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_escalation_policy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/escalation/policy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "escalation",
            "policy"
          ]
        },
        "description": "Creates a new escalation policy in pagerduty, defining how incidents are escalated to different responders or teams. this endpoint allows you to set up a structured response plan for managing incident",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_event_orchestration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/event/orchestration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "event",
            "orchestration"
          ]
        },
        "description": "Creates a new event orchestration in pagerduty, which defines how incoming events are processed and routed to appropriate services. this endpoint allows you to set up a configuration that manages the ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"orchestration__id\": \"\",\n  \"orchestration__name\": \"\",\n  \"orchestration__self\": \"\",\n  \"orchestration__routes\": 0,\n  \"orchestration__version\": \"\",\n  \"orchestration__team__id\": \"\",\n  \"orchestration__team__self\": \"\",\n  \"orchestration__team__type\": \"\",\n  \"orchestration__created__at\": \"\",\n  \"orchestration__description\": \"\",\n  \"orchestration__updated__at\": \"\",\n  \"orchestration__integrations\": \"\",\n  \"orchestration__created__by__id\": \"\",\n  \"orchestration__updated__by__id\": \"\",\n  \"orchestration__created__by__self\": \"\",\n  \"orchestration__created__by__type\": \"\",\n  \"orchestration__updated__by__self\": \"\",\n  \"orchestration__updated__by__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_event_rule_in_ruleset",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/event/rule/in/ruleset",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "event",
            "rule",
            "in",
            "ruleset"
          ]
        },
        "description": "Creates a new event rule within a specified ruleset in pagerduty's incident management system. this endpoint allows you to define complex conditions for event matching and specify actions to be taken ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_extension_object",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/extension/object",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "extension",
            "object"
          ]
        },
        "description": "Creates a new extension in pagerduty, allowing for additional functionality or integrations to be added to your services. this endpoint is used to set up webhooks, custom integrations, or other specif",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_handoff_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/handoff/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "handoff",
            "notification",
            "rule"
          ]
        },
        "description": "Creates a new on-call handoff notification rule for a specific user in pagerduty. this endpoint allows you to set up automated notifications for when a user is about to start or end their on-call shif",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"oncall__handoff__notification__rule__id\": \"\",\n  \"oncall__handoff__notification__rule__handoff__type\": \"\",\n  \"oncall__handoff__notification__rule__notify__advance__in__minutes\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_incident_field_option",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/incident/field/option",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "incident",
            "field",
            "option"
          ]
        },
        "description": "Creates a new field option for a specific custom field in pagerduty's incident management system. this endpoint allows you to add predefined options to custom fields, enhancing the ability to categori",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_incident_record",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/incident/record",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "incident",
            "record"
          ]
        },
        "description": "Creates a new incident in pagerduty with specified details and assignments. use this endpoint when an event requires immediate attention from on-call teams. it supports comprehensive incident document",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"incident__type\": \"\",\n  \"incident__title\": \"\",\n  \"incident__urgency\": \"\",\n  \"incident__body__type\": \"\",\n  \"incident__assignments\": \"\",\n  \"incident__service__id\": \"\",\n  \"incident__priority__id\": \"\",\n  \"incident__body__details\": \"\",\n  \"incident__incident__key\": \"\",\n  \"incident__service__type\": \"\",\n  \"incident__priority__type\": \"\",\n  \"incident__incident__type__id\": \"\",\n  \"incident__incident__type__name\": \"\",\n  \"incident__incident__type__type\": \"\",\n  \"incident__conference__bridge__conference__url\": \"\",\n  \"incident__conference__bridge__conference__type\": \"\",\n  \"incident__conference__bridge__conference__number\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_incident_workflow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/incident/workflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "incident",
            "workflow"
          ]
        },
        "description": "This endpoint creates a new incident workflow in pagerduty, allowing users to define a series of automated steps to be executed during incident response. it enables the setup of complex, multi-step pr",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_incident_workflow_instance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/incident/workflow/instance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "incident",
            "workflow",
            "instance"
          ]
        },
        "description": "Creates a new instance of an incident workflow for a specific incident in pagerduty. this endpoint allows you to initiate a predefined workflow process for managing and resolving an ongoing incident. ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"incident__workflow__instance__incident__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_integration_for_orchestration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/integration/for/orchestration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "integration",
            "for",
            "orchestration"
          ]
        },
        "description": "Creates a new integration within an existing event orchestration in pagerduty. this endpoint allows users to set up connections between pagerduty and external systems or services, enabling automated e",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"integration__label\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_integration_for_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/integration/for/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "integration",
            "for",
            "service"
          ]
        },
        "description": "This endpoint creates a new integration for a specific pagerduty service. it allows you to set up various types of integrations, including email-based and events api v2 integrations. the primary use c",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_maintenance_window_object",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/maintenance/window/object",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "maintenance",
            "window",
            "object"
          ]
        },
        "description": "Creates a new maintenance window in pagerduty, allowing you to schedule periods of planned maintenance for specific services. during a maintenance window, incidents are not created for the affected se",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_new_schedule_layer",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/schedule/layer",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "schedule",
            "layer"
          ]
        },
        "description": "Creates a new on-call schedule in pagerduty, defining rotation patterns for team members. this endpoint allows you to set up complex schedules with multiple layers, each having its own rotation patter",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"overflow\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_new_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "service"
          ]
        },
        "description": "Creates a new service in pagerduty, which is a key component for managing incidents and alerts. this endpoint allows you to set up a service with various configurations including escalation policies, ",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_new_tag_in_system",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/tag/in/system",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "tag",
            "in",
            "system"
          ]
        },
        "description": "Creates a new tag in pagerduty for labeling and categorizing entities. this endpoint allows users to add a custom label to their pagerduty account, which can be used to organize and filter various res",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_new_team_with_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/team/with/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "team",
            "with",
            "details"
          ]
        },
        "description": "Creates a new team within your pagerduty account. this endpoint allows you to establish a group of users with shared responsibilities, often used for organizing incident management and on-call schedul",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_new_webhook_subscription",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/webhook/subscription",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "webhook",
            "subscription"
          ]
        },
        "description": "Creates a new webhook subscription in pagerduty to receive specific event notifications. this endpoint allows users to set up automated notifications for various incident-related events, such as trigg",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"webhook__subscription__id\": \"\",\n  \"webhook__subscription__type\": \"\",\n  \"webhook__subscription__active\": false,\n  \"webhook__subscription__events\": \"\",\n  \"webhook__subscription__filter__id\": \"\",\n  \"webhook__subscription__description\": \"\",\n  \"webhook__subscription__filter__type\": \"\",\n  \"webhook__subscription__delivery__method__id\": \"\",\n  \"webhook__subscription__delivery__method__url\": \"\",\n  \"webhook__subscription__delivery__method__type\": \"\",\n  \"webhook__subscription__delivery__method__secret\": \"\",\n  \"webhook__subscription__delivery__method__custom__headers\": \"\",\n  \"webhook__subscription__delivery__method__temporarily__disabled\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_or_update_status_page_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/or/update/status/page/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "or",
            "update",
            "status",
            "page",
            "post"
          ]
        },
        "description": "Creates a new post on a specified pagerduty status page. this endpoint allows you to publish information about incidents or scheduled maintenance, including details such as the post type, timing, and ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post__type\": \"\",\n  \"post__title\": \"\",\n  \"post__updates\": \"\",\n  \"post__ends__at\": \"\",\n  \"post__post__type\": \"\",\n  \"post__starts__at\": \"\",\n  \"post__status__page__id\": \"\",\n  \"post__status__page__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_or_update_status_page_postmortem",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/or/update/status/page/postmortem",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "or",
            "update",
            "status",
            "page",
            "postmortem"
          ]
        },
        "description": "Creates or updates a postmortem for a specific status page post in pagerduty. this endpoint allows you to add detailed analysis and insights about an incident after its resolution. the postmortem can ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_id\": \"\",\n  \"postmortem__type\": \"\",\n  \"postmortem__message\": \"\",\n  \"postmortem__post__id\": \"\",\n  \"postmortem__post__type\": \"\",\n  \"postmortem__notify__subscribers\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_response_play_for_incidents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/response/play/for/incidents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "response",
            "play",
            "for",
            "incidents"
          ]
        },
        "description": "Creates a new response play in pagerduty, which is a predefined set of actions to be executed in response to an incident. this endpoint allows you to configure automated responses, including adding su",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_schedule_overrides_configuration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/schedule/overrides/configuration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "schedule",
            "overrides",
            "configuration"
          ]
        },
        "description": "Creates one or more overrides for a specific schedule in pagerduty. this endpoint allows you to temporarily modify the on-call schedule by assigning different users for specific time periods. it's use",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"overrides\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_service_event_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/service/event/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "service",
            "event",
            "rule"
          ]
        },
        "description": "Creates a new event rule for a specific service in pagerduty. this endpoint allows you to define complex conditions and actions for handling incoming events, enabling automated incident management and",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_status_page_subscription",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/status/page/subscription",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "status",
            "page",
            "subscription"
          ]
        },
        "description": "Creates a new subscription for a pagerduty status page. this endpoint allows users to set up notifications for specific status pages or components within those pages. it's used to keep subscribers inf",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"subscription__type\": \"\",\n  \"subscription__channel\": \"\",\n  \"subscription__contact\": \"\",\n  \"subscription__status__page__id\": \"\",\n  \"subscription__status__page__type\": \"\",\n  \"subscription__subscribable__object__id\": \"\",\n  \"subscription__subscribable__object__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_status_update_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/status/update/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "status",
            "update",
            "template"
          ]
        },
        "description": "Creates a new template in pagerduty for standardized status updates. this endpoint allows users to define customizable templates for various notification types, including emails and short messages. it",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"template__name\": \"\",\n  \"template__description\": \"\",\n  \"template__template__type\": \"\",\n  \"template__templated__fields__message\": \"\",\n  \"template__templated__fields__email__body\": \"\",\n  \"template__templated__fields__email__subject\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_user_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/user/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "user",
            "notification",
            "rule"
          ]
        },
        "description": "Creates a new notification rule for a specific user in pagerduty. this endpoint allows you to define how and when a user should be notified about assigned incidents. you can specify the delay before n",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_user_object",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/user/object",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "user",
            "object"
          ]
        },
        "description": "Creates a new user in the pagerduty system with the specified attributes. this endpoint should be used when onboarding new team members or adding users to your pagerduty account. it allows you to set ",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_user_status_update_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/user/status/update/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "user",
            "status",
            "update",
            "notification",
            "rule"
          ]
        },
        "description": "Creates a new status update notification rule for a specific user in pagerduty. this endpoint allows you to define how a user will be notified about incident status updates. it's used to customize not",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_create_workflow_integration_connection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/workflow/integration/connection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "workflow",
            "integration",
            "connection"
          ]
        },
        "description": "Create a new workflow integration connection. scoped oauth requires: `workflow integrations:connections.write`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"name\": \"\",\n  \"type\": \"\",\n  \"teams\": \"\",\n  \"scopes\": \"\",\n  \"is_default\": false,\n  \"external_id\": \"\",\n  \"service_url\": \"\",\n  \"integration_id\": \"\",\n  \"external_id_label\": \"\",\n  \"health__is__healthy\": false,\n  \"health__health__message\": \"\",\n  \"health__last__checked__at\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_a_custom_field_for_an_incident_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/a/custom/field/for/an/incident/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "a",
            "custom",
            "field",
            "for",
            "an",
            "incident",
            "type"
          ]
        },
        "description": "Delete a custom field for an incident type. custom fields (cf) are a feature which will allow customers to extend incidents with their own custom data, to provide additional context and support featur",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\",\n  \"type_id_or_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_a_field_option_for_a_custom_field",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/a/field/option/for/a/custom/field",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "a",
            "field",
            "option",
            "for",
            "a",
            "custom",
            "field"
          ]
        },
        "description": "Delete a field option for a custom field. <!-- theme: warning --> > ### early access > this endpoint is in early access and may change at any time. you must pass in the x-early-access header to access",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\",\n  \"field_option_id\": \"\",\n  \"type_id_or_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_account_subscription_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/account/subscription/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "account",
            "subscription",
            "by",
            "id"
          ]
        },
        "description": "Deletes the account subscription associated with a specific business service in pagerduty. this endpoint is used to terminate the subscription or billing relationship between a business service and th",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_addon_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/addon/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "addon",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific add-on from the pagerduty account using its unique identifier. this endpoint should be used when you want to remove an integration or extension that is no longer needed or active in",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_alert_grouping_setting",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/alert/grouping/setting",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "alert",
            "grouping",
            "setting"
          ]
        },
        "description": "This endpoint allows you to delete specific alert grouping settings in pagerduty. it is used to remove outdated or unnecessary configurations that determine how alerts are grouped into incidents. the ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_all_oauth_delegations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/all/oauth/delegations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "all",
            "oauth",
            "delegations"
          ]
        },
        "description": "Delete all oauth delegations as per provided query parameters. an oauth delegation represents an instance of a user or account's authorization to an app (via oauth) to access their pagerduty account. ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_automation_action_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/automation/action/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "automation",
            "action",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific automation action from the pagerduty system. this endpoint is used to permanently remove an automation action, which includes any associated scripts or jobs in runbook automation. i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_automation_action_service_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/automation/action/service/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "automation",
            "action",
            "service",
            "by",
            "id"
          ]
        },
        "description": "This endpoint removes a specific automation action from a particular service in pagerduty. it is used to disassociate an automated workflow or action from a service, effectively stopping that action f",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"service_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_automation_actions_runner_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/automation/actions/runner/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "automation",
            "actions",
            "runner",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific automation runner from the pagerduty system. this endpoint is used to permanently remove an automation runner, which is responsible for executing automated tasks and workflows. it s",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_business_service_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/business/service/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "business",
            "service",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific business service from the pagerduty system. this endpoint should be used when you want to permanently remove a business service that is no longer needed or relevant to your organiza",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_business_service_priority_thresholds",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/business/service/priority/thresholds",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "business",
            "service",
            "priority",
            "thresholds"
          ]
        },
        "description": "Deletes all priority thresholds for business services in the pagerduty account. this endpoint is used to remove the configured priority settings that determine how incidents are escalated based on the",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_cache_variable_for_event",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/cache/variable/for/event",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "cache",
            "variable",
            "for",
            "event"
          ]
        },
        "description": "Deletes a specific cache variable associated with an event orchestration in pagerduty. this endpoint is used to remove temporary data storage that was previously set up for use in event orchestration ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"cache_variable_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_cache_variable_from_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/cache/variable/from/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "cache",
            "variable",
            "from",
            "service"
          ]
        },
        "description": "This endpoint deletes a specific cache variable associated with a service in pagerduty's event orchestration system. it is used to remove temporary data that is no longer needed, helping to maintain s",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"service_id\": \"\",\n  \"cache_variable_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_custom_field_by_field_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/custom/field/by/field/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "custom",
            "field",
            "by",
            "field",
            "id"
          ]
        },
        "description": "Deletes a specific custom field from incidents in pagerduty. this endpoint allows users to remove a custom field that is no longer needed or relevant for incident management. it should be used when yo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_escalation_policy_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/escalation/policy/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "escalation",
            "policy",
            "by",
            "id"
          ]
        },
        "description": "Permanently removes a specific escalation policy from the pagerduty system. this endpoint should be used when an escalation policy is no longer needed or has become obsolete. once deleted, the escalat",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_event_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/event/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "event",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific event orchestration from the pagerduty system. this endpoint should be used when you want to permanently remove an event orchestration configuration, including all its associated ru",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_extension_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/extension/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "extension",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific extension from the pagerduty service. this endpoint should be used when you want to remove an additional feature or integration that has been previously added to your pagerduty acco",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_field_option",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/field/option",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "field",
            "option"
          ]
        },
        "description": "This endpoint deletes a specific field option from a custom field in pagerduty's incident management system. it allows you to remove predefined options that are no longer needed or relevant for incide",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\",\n  \"field_option_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_incident_workflow_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/incident/workflow/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "incident",
            "workflow",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific incident workflow from the pagerduty system. this endpoint should be used when you want to permanently remove a customized sequence of automated actions and triggers associated with",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_incident_workflow_trigger_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/incident/workflow/trigger/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "incident",
            "workflow",
            "trigger",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific trigger associated with an incident workflow in pagerduty. this endpoint is used to remove an automated trigger that initiates a predefined workflow in response to incidents. it sho",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_incident_workflow_trigger_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/incident/workflow/trigger/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "incident",
            "workflow",
            "trigger",
            "service"
          ]
        },
        "description": "This endpoint removes a specific service from a trigger within an incident workflow in pagerduty. it is used to modify the configuration of an existing incident workflow by disassociating a service fr",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"service_id\": \"\",\n  \"trigger_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_integration_from_event_orchestration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/integration/from/event/orchestration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "integration",
            "from",
            "event",
            "orchestration"
          ]
        },
        "description": "Removes a specific integration from an event orchestration in pagerduty. this endpoint is used to disconnect a particular tool or service from the event orchestration setup, effectively stopping it fr",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"integration_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_maintenance_window_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/maintenance/window/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "maintenance",
            "window",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific maintenance window in pagerduty's incident management system. this endpoint is used to permanently remove a scheduled maintenance window, effectively re-enabling any services and in",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_oncall_handoff_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/oncall/handoff/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "oncall",
            "handoff",
            "notification",
            "rule"
          ]
        },
        "description": "This endpoint deletes a specific on-call handoff notification rule for a given user in pagerduty. it is used to remove custom notification settings for when on-call responsibilities are transferred be",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"oncall_handoff_notification_rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_post_from_status_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/post/from/status/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "post",
            "from",
            "status",
            "page"
          ]
        },
        "description": "This endpoint deletes a specific post from a pagerduty status page. it is used to remove outdated or irrelevant information from a status page, helping to maintain clear and accurate communication wit",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_post_update_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/post/update/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "post",
            "update",
            "by",
            "id"
          ]
        },
        "description": "This endpoint deletes a specific post update from a status page post in pagerduty. it allows users to remove outdated or incorrect information from a status page, ensuring that only relevant and accur",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_id\": \"\",\n  \"post_update_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_response_play",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/response/play",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "response",
            "play"
          ]
        },
        "description": "Deletes a specific response play from the pagerduty system. this endpoint should be used when you need to remove an outdated or unnecessary response play from your incident management workflow. it per",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_rule_from_ruleset_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/rule/from/ruleset/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "rule",
            "from",
            "ruleset",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific rule from a ruleset in pagerduty's incident management platform. this endpoint allows users to remove individual event rules, providing flexibility in managing and updating rulesets",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_ruleset_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/ruleset/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "ruleset",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific ruleset from the pagerduty system based on the provided id. this endpoint should be used when you need to remove an existing ruleset, which may be necessary during incident manageme",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_runner_team_association",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/runner/team/association",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "runner",
            "team",
            "association"
          ]
        },
        "description": "This endpoint removes a team's association from a specific automation action runner in pagerduty. it is used to revoke a team's access to execute or manage tasks on a particular runner. the operation ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"team_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_schedule_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/schedule/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "schedule",
            "by",
            "id"
          ]
        },
        "description": "The deleteschedule endpoint removes a specific schedule from the pagerduty system. it is used to delete outdated or unnecessary on-call schedules, helping to maintain an organized and efficient incide",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_schedule_override_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/schedule/override/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "schedule",
            "override",
            "by",
            "id"
          ]
        },
        "description": "This endpoint deletes a specific override from a pagerduty schedule. it allows users to remove temporary changes made to the regular schedule, reverting it back to its original state. this operation i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"override_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_service_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/service/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "service",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific service from the pagerduty account. this endpoint should be used when you need to permanently remove a service that is no longer required or active. it's important to note that this",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_service_rule_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/service/rule/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "service",
            "rule",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific rule from a pagerduty service. this endpoint is used to permanently remove a rule that defines conditions for incident creation or automation within a particular service. it should ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_status_page_postmortem",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/status/page/postmortem",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "status",
            "page",
            "postmortem"
          ]
        },
        "description": "This endpoint allows you to delete a postmortem associated with a specific post on a pagerduty status page. it is used to remove the detailed analysis and lessons learned from an incident after it has",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_status_update_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/status/update/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "status",
            "update",
            "notification",
            "rule"
          ]
        },
        "description": "Deletes a specific status update notification rule associated with a user in the pagerduty system. this endpoint allows administrators or users with appropriate permissions to remove custom notificati",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"status_update_notification_rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_subscription_from_status_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/subscription/from/status/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "subscription",
            "from",
            "status",
            "page"
          ]
        },
        "description": "Deletes a specific subscription associated with a pagerduty status page. this endpoint is used to remove a subscription, effectively stopping notifications or updates related to the status page for th",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"subscription_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_tag_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/tag/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "tag",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific tag from the pagerduty system based on its unique identifier. this endpoint should be used when you need to remove a tag that is no longer relevant or necessary for categorizing inc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_team_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/team/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "team",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific team from the pagerduty system based on the provided team id. this endpoint should be used when you need to remove a team that is no longer required in your incident management stru",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"reassignment_team\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_team_escalation_policy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/team/escalation/policy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "team",
            "escalation",
            "policy"
          ]
        },
        "description": "This endpoint removes an escalation policy association from a specific team in pagerduty. it is used to update team configurations by disassociating an escalation policy that is no longer needed or re",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"escalation_policy_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_team_from_automation_action",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/team/from/automation/action",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "team",
            "from",
            "automation",
            "action"
          ]
        },
        "description": "This endpoint removes a specific team's access to an automation action in pagerduty. it's used to revoke permissions when a team no longer needs to use or should not have access to a particular automa",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"team_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_template_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/template/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "template",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific template from the pagerduty account. this endpoint is used to permanently remove a template configuration, which can be useful for cleaning up outdated or unnecessary incident respo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_user_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/user/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "user",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific user from the pagerduty system using their unique identifier. this endpoint should be used when you need to permanently remove a user's account, such as when an employee leaves the ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_user_contact_method",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/user/contact/method",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "user",
            "contact",
            "method"
          ]
        },
        "description": "Deletes a specific contact method associated with a user in pagerduty. this endpoint should be used when you need to remove an outdated or unnecessary contact method from a user's profile. it permanen",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"contact_method_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_user_from_team_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/user/from/team/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "user",
            "from",
            "team",
            "by",
            "id"
          ]
        },
        "description": "This endpoint removes a specific user from a designated team within the pagerduty incident management platform. it is used to update team compositions by disassociating a user from a particular team, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_user_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/user/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "user",
            "notification",
            "rule"
          ]
        },
        "description": "Deletes a specific notification rule for a user in pagerduty. this endpoint allows administrators or users with appropriate permissions to remove custom notification rules, modifying how and when a us",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"notification_rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_user_session_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/user/session/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "user",
            "session",
            "by",
            "id"
          ]
        },
        "description": "Deletes all active sessions for a specified user in the pagerduty system. this endpoint is used to forcibly log out a user from all devices and applications where they might be currently authenticated",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_user_session_by_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/user/session/by/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "user",
            "session",
            "by",
            "type"
          ]
        },
        "description": "This endpoint deletes a specific user session in pagerduty. it is used to forcibly terminate an active session for a given user, effectively logging them out from a particular device or application. t",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"type\": \"\",\n  \"session_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_webhook_subscription_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/webhook/subscription/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "webhook",
            "subscription",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific webhook subscription from your pagerduty account. this endpoint should be used when you want to stop receiving notifications for a particular webhook subscription, such as when the ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_delete_workflow_integration_connection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/workflow/integration/connection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "workflow",
            "integration",
            "connection"
          ]
        },
        "description": "Delete a workflow integration connection. scoped oauth requires: `workflow integrations:connections.write`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"integration_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_disassociate_service_dependencies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/disassociate/service/dependencies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "disassociate",
            "service",
            "dependencies"
          ]
        },
        "description": "This endpoint disassociates service dependencies in pagerduty by deleting specified relationships between supporting and dependent services. it allows for the removal of multiple service dependencies ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"relationships\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_edit_webhook_subscription_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/edit/webhook/subscription/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "edit",
            "webhook",
            "subscription",
            "by",
            "id"
          ]
        },
        "description": "The updatewebhooksubscription endpoint allows you to modify an existing webhook subscription in pagerduty. this put method enables users to update the events they want to be notified about, change the",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"webhook__subscription__active\": false,\n  \"webhook__subscription__events\": \"\",\n  \"webhook__subscription__filter__id\": \"\",\n  \"webhook__subscription__description\": \"\",\n  \"webhook__subscription__filter__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_enable_extension_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/enable/extension/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "enable",
            "extension",
            "by",
            "id"
          ]
        },
        "description": "Enables a specific extension in the pagerduty system. this endpoint is used to activate an extension that has been previously configured but is currently inactive. it allows users to turn on additiona",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_enable_webhook_subscription_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/enable/webhook/subscription/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "enable",
            "webhook",
            "subscription",
            "by",
            "id"
          ]
        },
        "description": "Activates a specific webhook subscription in pagerduty, enabling the system to send notifications for the events configured in that subscription. this endpoint should be used when you want to start re",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_execute_response_play_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/execute/response/play/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "execute",
            "response",
            "play",
            "by",
            "id"
          ]
        },
        "description": "Executes a predefined response play for a specific incident in pagerduty. this endpoint allows you to trigger a sequence of automated actions designed to manage and respond to the given incident. it's",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"response_play_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_cache_variable_for_event_orchestration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/cache/variable/for/event/orchestration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "cache",
            "variable",
            "for",
            "event",
            "orchestration"
          ]
        },
        "description": "Retrieves detailed information about a specific cache variable within an event orchestration in pagerduty. this endpoint allows users to fetch the current state and configuration of a cache variable, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"cache_variable_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_custom_incident_field_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/custom/incident/field/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "custom",
            "incident",
            "field",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific custom field associated with incidents in pagerduty. this endpoint allows users to fetch the configuration and attributes of a custom field by providing",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"include\": \"\",\n  \"field_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_escalation_polices_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/escalation/polices/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "escalation",
            "polices",
            "list"
          ]
        },
        "description": "Retrieves a list of escalation policies configured in the pagerduty account. this endpoint allows users to access detailed information about how incidents are escalated within their organization, incl",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"query\": \"\",\n  \"total\": false,\n  \"offset\": 0,\n  \"include\": \"\",\n  \"sort_by\": \"\",\n  \"team__ids\": \"\",\n  \"user__ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_event_orchestrations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/event/orchestrations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "event",
            "orchestrations"
          ]
        },
        "description": "Retrieves a list of event orchestrations configured in the pagerduty account. event orchestrations are used to manage and automate the routing and handling of events and incidents. this endpoint allow",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"offset\": 0,\n  \"sort_by\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_incident_analytics_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/incident/analytics/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "incident",
            "analytics",
            "by",
            "id"
          ]
        },
        "description": "Retrieves raw analytics data for a specific incident in pagerduty. this endpoint provides unprocessed incident information, allowing for detailed analysis and custom reporting. it should be used when ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_incident_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/incident/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "incident",
            "list"
          ]
        },
        "description": "Retrieves a list of incidents from pagerduty based on specified criteria. this endpoint allows users to fetch multiple incidents, making it useful for incident management, reporting, and analysis. it ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"since\": \"\",\n  \"total\": false,\n  \"until\": \"\",\n  \"offset\": 0,\n  \"include\": \"\",\n  \"sort_by\": \"\",\n  \"statuses\": \"\",\n  \"team__ids\": \"\",\n  \"time_zone\": \"\",\n  \"urgencies\": \"\",\n  \"user__ids\": \"\",\n  \"date_range\": \"\",\n  \"incident_key\": \"\",\n  \"service__ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_outlier_incident_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/outlier/incident/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "outlier",
            "incident",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about an outlier incident associated with a specific incident in pagerduty. this endpoint is used to gather insights on incidents that deviate significantly from normal ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"since\": \"\",\n  \"additional__details\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_post_update_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/post/update/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "post",
            "update",
            "status"
          ]
        },
        "description": "Retrieves detailed information about a specific post update on a pagerduty status page. this endpoint allows you to fetch the content and metadata of a particular update made to a post, providing insi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_id\": \"\",\n  \"post_update_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_priorities_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/priorities/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "priorities",
            "list"
          ]
        },
        "description": "Retrieves a list of existing priorities in the pagerduty system, ordered from most severe to least severe. this endpoint should be used when you need to obtain information about the current priority l",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_related_change_events_for_incident",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/related/change/events/for/incident",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "related",
            "change",
            "events",
            "for",
            "incident"
          ]
        },
        "description": "Retrieves a list of change events related to a specific incident in pagerduty. this endpoint is used to gather contextual information about changes or updates associated with an incident, which can be",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_related_incidents_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/related/incidents/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "related",
            "incidents",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a list of incidents that are potentially related to a specified incident in pagerduty. this endpoint utilizes machine learning algorithms to identify and return incidents that may be connect",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"additional__details\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_runner_teams_integration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/runner/teams/integration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "runner",
            "teams",
            "integration"
          ]
        },
        "description": "Retrieves a list of teams associated with a specific automation action runner in pagerduty. this endpoint allows users to identify which teams have access to or are responsible for a particular runner",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_status_pages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/status/pages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "status",
            "pages"
          ]
        },
        "description": "Retrieves a list of all status pages configured in the pagerduty account. status pages provide real-time information about the operational status of services, ongoing incidents, and planned maintenanc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status_page_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_user_contact_method",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/user/contact/method",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "user",
            "contact",
            "method"
          ]
        },
        "description": "Retrieves detailed information about a specific contact method for a particular user in pagerduty. this endpoint allows you to fetch the configuration and settings of a single contact method, such as ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"contact_method_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_fetch_vendor_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/vendor/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "vendor",
            "list"
          ]
        },
        "description": "Retrieves a list of vendors or third-party integrations available in the pagerduty platform. this endpoint allows users to access information about various services and tools that can be integrated wi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_filter_and_aggregate_incident_metrics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/filter/and/aggregate/incident/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "filter",
            "and",
            "aggregate",
            "incident",
            "metrics"
          ]
        },
        "description": "Analyzes and aggregates incident metrics across teams in pagerduty, allowing for detailed filtering and customization of results. this endpoint is used to gain insights into incident patterns, team pe",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"order\": \"\",\n  \"order_by\": \"\",\n  \"time_zone\": \"\",\n  \"aggregate_unit\": \"\",\n  \"filters__major\": false,\n  \"filters__urgency\": \"\",\n  \"filters__team__ids\": \"\",\n  \"filters__service__ids\": \"\",\n  \"filters__priority__ids\": \"\",\n  \"filters__priority__names\": \"\",\n  \"filters__created__at__end\": \"\",\n  \"filters__pd__advance__used\": false,\n  \"filters__created__at__start\": \"\",\n  \"filters__min__ackowledgements\": 0,\n  \"filters__escalation__policy__ids\": \"\",\n  \"filters__min__manual__escalations\": 0,\n  \"filters__min__timeout__escalations\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_a_field_option_on_a_custom_field",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/a/field/option/on/a/custom/field",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "a",
            "field",
            "option",
            "on",
            "a",
            "custom",
            "field"
          ]
        },
        "description": "Get a field option on a custom field <!-- theme: warning --> > ### early access > this endpoint is in early access and may change at any time. you must pass in the x-early-access header to access it. ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\",\n  \"field_option_id\": \"\",\n  \"type_id_or_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_a_trigger",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/a/trigger",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "a",
            "trigger"
          ]
        },
        "description": "Retrieve an existing incident workflows trigger scoped oauth requires: `incident workflows.read`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_addons_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/addons/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "addons",
            "list"
          ]
        },
        "description": "Retrieves a list of all addons associated with the pagerduty account. this endpoint allows users to view the additional features or integrations that have been added to enhance the platform's capabili",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"total\": false,\n  \"filter\": \"\",\n  \"offset\": 0,\n  \"include\": \"\",\n  \"service__ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_aggregated_pd_advance_usage_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/aggregated/pd/advance/usage/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "aggregated",
            "pd",
            "advance",
            "usage",
            "data"
          ]
        },
        "description": "Provides aggregated metrics for the usage of pd advance. <!-- theme: info --> > **note:** analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=data%20updat",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"time_zone\": \"\",\n  \"filters__major\": false,\n  \"filters__urgency\": \"\",\n  \"filters__team__ids\": \"\",\n  \"filters__service__ids\": \"\",\n  \"filters__priority__ids\": \"\",\n  \"filters__priority__names\": \"\",\n  \"filters__created__at__end\": \"\",\n  \"filters__created__at__start\": \"\",\n  \"filters__min__ackowledgements\": 0,\n  \"filters__escalation__policy__ids\": \"\",\n  \"filters__min__manual__escalations\": 0,\n  \"filters__min__timeout__escalations\": 0,\n  \"filters__incident__created__at__end\": \"\",\n  \"filters__incident__created__at__start\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_alert_grouping_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/alert/grouping/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "alert",
            "grouping",
            "settings"
          ]
        },
        "description": "Retrieves the current alert grouping settings for the pagerduty account. this endpoint provides information on how alerts are automatically grouped together in the incident management system. it shoul",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"total\": false,\n  \"before\": \"\",\n  \"service__ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_alerts_by_incident_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/alerts/by/incident/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "alerts",
            "by",
            "incident",
            "id"
          ]
        },
        "description": "Retrieves all alerts associated with a specific incident in pagerduty. this endpoint allows users to fetch detailed information about the notifications and alerts that were triggered as part of an inc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0,\n  \"include\": \"\",\n  \"sort_by\": \"\",\n  \"statuses\": \"\",\n  \"alert_key\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_an_incident_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/an/incident/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "an",
            "incident",
            "type"
          ]
        },
        "description": "Get detailed information about a single incident type. accepts either an incident type id, or an incident type name. incident types are a feature which will allow customers to categorize incidents, su",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type_id_or_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_an_incident_type_custom_field",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/an/incident/type/custom/field",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "an",
            "incident",
            "type",
            "custom",
            "field"
          ]
        },
        "description": "Get a custom field for an incident type. custom fields (cf) are a feature which will allow customers to extend incidents with their own custom data, to provide additional context and support features ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"include\": \"\",\n  \"field_id\": \"\",\n  \"type_id_or_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_audit_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/audit/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "audit",
            "records"
          ]
        },
        "description": "Retrieves a list of audit records from the pagerduty system. this endpoint allows users to access logs of configuration changes made to pagerduty resources, such as account objects. the records are so",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"since\": \"\",\n  \"until\": \"\",\n  \"cursor\": \"\",\n  \"actions\": \"\",\n  \"actor_id\": \"\",\n  \"actor_type\": \"\",\n  \"method_type\": \"\",\n  \"root__resource__types\": \"\",\n  \"method_truncated_token\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_automation_action_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/automation/action/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "automation",
            "action",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific automation action in pagerduty's incident management platform. this endpoint allows users to fetch the configuration and attributes of a predefined auto",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_automation_action_runner_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/automation/action/runner/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "automation",
            "action",
            "runner",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific automation action runner in pagerduty. this endpoint allows users to fetch the configuration, status, and other relevant details of a runner by providin",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_automation_action_team_by_team_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/automation/action/team/by/team/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "automation",
            "action",
            "team",
            "by",
            "team",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific automation action's association with a particular team in pagerduty. this endpoint allows you to examine how an automation action is configured or appli",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"team_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_automation_actions_runners",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/automation/actions/runners",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "automation",
            "actions",
            "runners"
          ]
        },
        "description": "Retrieves a list of automation action runners associated with the pagerduty account. this endpoint allows users to view all available runners that can execute automation actions within their incident ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_business_service_subscribers_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/business/service/subscribers/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "business",
            "service",
            "subscribers",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a list of subscribers for a specific business service in pagerduty. this endpoint allows you to fetch all users or teams configured to receive notifications for incidents related to the spec",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_business_services_priority_thresholds",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/business/services/priority/thresholds",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "business",
            "services",
            "priority",
            "thresholds"
          ]
        },
        "description": "Retrieves the current priority threshold settings for all business services in pagerduty. this endpoint allows users to fetch the configured thresholds that determine incident prioritization and escal",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_cache_variable_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cache/variable/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cache",
            "variable",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific cache variable associated with a particular service within an event orchestration in pagerduty. this endpoint allows you to access the current state and",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"service_id\": \"\",\n  \"cache_variable_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_cache_variables_for_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cache/variables/for/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cache",
            "variables",
            "for",
            "service"
          ]
        },
        "description": "Retrieves the cache variables associated with a specific service in pagerduty's event orchestration system. this endpoint allows you to access temporary storage data used within event orchestration wo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"service_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_escalation_policy_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/escalation/policy/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "escalation",
            "policy",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific escalation policy in pagerduty. this endpoint allows you to fetch the complete configuration of an escalation policy, including its name, description, e",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_event_integrations_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/event/integrations/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "event",
            "integrations",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a list of integrations associated with a specific event orchestration in pagerduty. this endpoint allows users to fetch all the integrations that are configured for a particular event orches",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_event_orchestration_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/event/orchestration/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "event",
            "orchestration",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific event orchestration in pagerduty using its unique identifier. this endpoint allows users to fetch the configuration and settings of a particular event o",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_event_orchestration_cache_variables",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/event/orchestration/cache/variables",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "event",
            "orchestration",
            "cache",
            "variables"
          ]
        },
        "description": "Retrieves the cache variables associated with a specific event orchestration in pagerduty. this endpoint allows you to access temporary data storage elements used during event orchestration processes,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_event_orchestration_global",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/event/orchestration/global",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "event",
            "orchestration",
            "global"
          ]
        },
        "description": "Get the global orchestration for an event orchestration. global orchestration rules allows you to create a set of event rules. these rules evaluate against all events sent to an event orchestration. w",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_event_orchestration_integration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/event/orchestration/integration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "event",
            "orchestration",
            "integration"
          ]
        },
        "description": "Retrieves detailed information about a specific integration associated with an event orchestration in pagerduty. this endpoint allows you to fetch the configuration and settings of a particular integr",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"integration_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_extension_schema_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/extension/schema/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "extension",
            "schema",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a specific extension schema from pagerduty by its unique identifier. this endpoint is used to fetch detailed information about a custom data structure that extends the functionality of the p",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_impact_by_status_page_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/impact/by/status/page/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "impact",
            "by",
            "status",
            "page",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific impact on a pagerduty status page. this endpoint allows you to fetch the current state and details of a particular impact, such as its severity, affecte",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"impact_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_incident_alert_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/incident/alert/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "incident",
            "alert",
            "details"
          ]
        },
        "description": "Retrieves detailed information about a specific alert associated with a particular incident in pagerduty. this endpoint is used when you need to access the properties and current state of an individua",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"alert_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_incident_log_entries_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/incident/log/entries/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "incident",
            "log",
            "entries",
            "by",
            "id"
          ]
        },
        "description": "Retrieves all log entries associated with a specific incident in pagerduty. this endpoint provides a comprehensive history of actions, notifications, and status changes related to the incident. it sho",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"since\": \"\",\n  \"total\": false,\n  \"until\": \"\",\n  \"offset\": 0,\n  \"include\": \"\",\n  \"time_zone\": \"\",\n  \"is_overview\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_incident_workflow_action_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/incident/workflow/action/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "incident",
            "workflow",
            "action",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific action within an incident workflow in pagerduty. this endpoint allows users to fetch the configuration, settings, and other relevant details of a partic",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_incident_workflows",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/incident/workflows",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "incident",
            "workflows"
          ]
        },
        "description": "Retrieves a list of incident workflows configured in the pagerduty account. this endpoint allows users to fetch information about automated sequences of actions set up to respond to incidents. it's us",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"query\": \"\",\n  \"total\": false,\n  \"offset\": 0,\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_incident_workflows_actions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/incident/workflows/actions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "incident",
            "workflows",
            "actions"
          ]
        },
        "description": "Retrieves a list of all available actions that can be used in incident workflows within pagerduty. this endpoint provides information about the various automated tasks and responses that can be config",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"keyword\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_log_entries",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/log/entries",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "log",
            "entries"
          ]
        },
        "description": "Retrieves log entries from the pagerduty system, providing a detailed history of events and actions related to incidents and system activities. this endpoint is crucial for auditing purposes, allowing",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"since\": \"\",\n  \"total\": false,\n  \"until\": \"\",\n  \"offset\": 0,\n  \"include\": \"\",\n  \"team__ids\": \"\",\n  \"time_zone\": \"\",\n  \"is_overview\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_maintenance_window_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/maintenance/window/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "maintenance",
            "window",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific maintenance window in pagerduty. this endpoint allows users to access the configuration, schedule, and status of a particular maintenance window using i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_oauth_delegations_revocation_requests_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/oauth/delegations/revocation/requests/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "oauth",
            "delegations",
            "revocation",
            "requests",
            "status"
          ]
        },
        "description": "Get the status of all oauth delegations revocation requests for this account, specifically how many requests are still pending. this endpoint is limited to account owners and admins. scoped oauth requ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"requested_at_end\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_paused_incident_alerts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/paused/incident/alerts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "paused",
            "incident",
            "alerts"
          ]
        },
        "description": "Retrieves alerts associated with paused incident reports in pagerduty. this endpoint allows users to fetch information about alerts that have been temporarily halted in the reporting process. it's use",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"since\": \"\",\n  \"until\": \"\",\n  \"service_id\": \"\",\n  \"suspended_by\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_post_from_status_page_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/post/from/status/page/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "post",
            "from",
            "status",
            "page",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific post on a pagerduty status page. this endpoint allows you to fetch the content, timestamp, and any associated metadata for a particular update or messag",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\",\n  \"post_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_response_plays",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/response/plays",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "response",
            "plays"
          ]
        },
        "description": "Retrieves a list of response plays configured in the pagerduty account. response plays are predefined sets of actions that can be automatically executed when an incident occurs, helping to streamline ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"filter_for_manual_run\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_rule_from_ruleset_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/rule/from/ruleset/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "rule",
            "from",
            "ruleset",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific rule within a pagerduty ruleset. this endpoint allows users to fetch the configuration and settings of an individual rule, which is essential for unders",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_schedules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/schedules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "schedules"
          ]
        },
        "description": "Retrieves a list of all schedules from your pagerduty account. this endpoint provides essential information about on-call rotations, helping teams manage and organize their incident response workflows",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"query\": \"\",\n  \"total\": false,\n  \"offset\": 0,\n  \"include\": \"\",\n  \"time_zone\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_service_impacts_by_url_slug",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/service/impacts/by/url/slug",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "service",
            "impacts",
            "by",
            "url",
            "slug"
          ]
        },
        "description": "Retrieves service impacts for a specific status dashboard in pagerduty. this endpoint allows users to fetch real-time information about how incidents or maintenance activities are affecting services d",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url_slug\": \"\",\n  \"additional__fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_severity_for_status_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/severity/for/status/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "severity",
            "for",
            "status",
            "page"
          ]
        },
        "description": "Retrieves detailed information about a specific severity level on a particular status page in pagerduty. this endpoint is used to fetch the configuration and metadata associated with a severity, which",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"severity_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_specific_post_update_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/specific/post/update/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "specific",
            "post",
            "update",
            "status"
          ]
        },
        "description": "Retrieves the updates for a specific post on a pagerduty status page. this endpoint allows users to fetch the chronological list of updates made to a particular post, providing detailed information ab",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_id\": \"\",\n  \"reviewed_status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_status_dashboard_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/status/dashboard/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "status",
            "dashboard",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific status dashboard in pagerduty. this endpoint allows users to fetch the current configuration, components, and status of a particular dashboard, which is",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_status_for_status_page_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/status/for/status/page/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "status",
            "for",
            "status",
            "page",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the current status of a specific item on a pagerduty status page. this endpoint is used to fetch up-to-date information about the operational state of a particular service or component liste",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"status_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_status_page_impacts_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/status/page/impacts/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "status",
            "page",
            "impacts",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the impacts associated with a specific status page in pagerduty. this endpoint allows users to fetch detailed information about service disruptions, incidents, or other events affecting the ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_status_page_subscription",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/status/page/subscription",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "status",
            "page",
            "subscription"
          ]
        },
        "description": "Retrieves detailed information about a specific subscription associated with a particular status page in pagerduty. this endpoint allows users to fetch subscription details such as the subscriber's co",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"subscription_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_team_members_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/team/members/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "team",
            "members",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a list of all members associated with a specific team in pagerduty. this endpoint is useful for obtaining detailed information about the composition of a team, including user ids, names, rol",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0,\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_team_notification_subscriptions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/team/notification/subscriptions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "team",
            "notification",
            "subscriptions"
          ]
        },
        "description": "Retrieves the notification subscriptions for a specific team in pagerduty. this endpoint allows you to fetch detailed information about how a team is configured to receive notifications for various ev",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_teams_associated_with_action_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/teams/associated/with/action/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "teams",
            "associated",
            "with",
            "action",
            "id"
          ]
        },
        "description": "Retrieves the list of teams associated with a specific automation action in pagerduty. this endpoint is useful for understanding which teams are responsible for or have access to a particular automate",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_template_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/template/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "template",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific template in pagerduty by its unique identifier. this endpoint is used to access the configuration and settings of a pre-defined template, which can incl",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_the_service_orchestration_for_a_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/the/service/orchestration/for/a/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "the",
            "service",
            "orchestration",
            "for",
            "a",
            "service"
          ]
        },
        "description": "Get a service orchestration. a service orchestration allows you to create a set of event rules. the service orchestration evaluates events sent to this service against each of its rules, beginning wit",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"include\": \"\",\n  \"service_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_user_notification_subscriptions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/notification/subscriptions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "notification",
            "subscriptions"
          ]
        },
        "description": "Retrieves the notification subscriptions for a specific user in pagerduty. this endpoint allows you to fetch detailed information about how a user is configured to receive various types of notificatio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_user_session_by_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/session/by/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "session",
            "by",
            "type"
          ]
        },
        "description": "Retrieves detailed information about a specific user session in pagerduty. this endpoint allows you to fetch session-related data for a particular user, filtered by session type and identified by a un",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"type\": \"\",\n  \"session_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_user_sessions_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/sessions/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "sessions",
            "by",
            "id"
          ]
        },
        "description": "Retrieves all active sessions for a specific user in pagerduty. this endpoint allows you to fetch information about a user's current login sessions, which can be useful for auditing, security monitori",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_user_status_update_notification_rules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/status/update/notification/rules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "status",
            "update",
            "notification",
            "rules"
          ]
        },
        "description": "Retrieves the status update notification rules for a specific user in pagerduty. this endpoint allows you to fetch the configured rules that determine how and when a user receives notifications about ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_webhook_subscription_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/webhook/subscription/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "webhook",
            "subscription",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific webhook subscription in pagerduty. this endpoint allows you to fetch the configuration and status of a webhook subscription, including its delivery meth",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_workflow_integration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/workflow/integration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "workflow",
            "integration"
          ]
        },
        "description": "Get details about a workflow integration. scoped oauth requires: `workflow integrations.read`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_get_workflow_integration_connection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/workflow/integration/connection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "workflow",
            "integration",
            "connection"
          ]
        },
        "description": "Get details about a workflow integration connection. scoped oauth requires: `workflow integrations:connections.read`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"integration_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_install_add_on_endpoint",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/install/add/on/endpoint",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "install",
            "add",
            "on",
            "endpoint"
          ]
        },
        "description": "This endpoint allows you to install a new add-on to your pagerduty account, enhancing its functionality with custom integrations. add-ons can be either full-page or incident-specific, providing additi",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_invoke_automation_action_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/invoke/automation/action/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "invoke",
            "automation",
            "action",
            "by",
            "id"
          ]
        },
        "description": "Invokes a specific automation action in pagerduty, associating it with a particular incident. this endpoint allows you to trigger pre-defined automated tasks or workflows within the pagerduty incident",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"invocation__metadata__incident__id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_list_all_workflow_integration_connections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/all/workflow/integration/connections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "all",
            "workflow",
            "integration",
            "connections"
          ]
        },
        "description": "List all workflow integration connections. scoped oauth requires: `workflow integrations:connections.read`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_list_automation_action_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/automation/action/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "automation",
            "action",
            "details"
          ]
        },
        "description": "This endpoint retrieves a list of automation actions configured in the pagerduty account. automation actions are predefined tasks or operations that can be executed automatically in response to incide",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"team_id\": \"\",\n  \"runner_id\": \"\",\n  \"service_id\": \"\",\n  \"action_type\": \"\",\n  \"classification\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_list_extension_schemas",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/extension/schemas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "extension",
            "schemas"
          ]
        },
        "description": "Retrieves all available extension schemas from the pagerduty api. this endpoint allows users to fetch custom schema extensions that have been defined for their pagerduty account. extension schemas are",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_list_field_options_on_a_custom_field",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/field/options/on/a/custom/field",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "field",
            "options",
            "on",
            "a",
            "custom",
            "field"
          ]
        },
        "description": "List field options for a custom field. custom fields (cf) are a feature which will allow customers to extend incidents with their own custom data, to provide additional context and support features su",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\",\n  \"type_id_or_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_list_incident_status_update_subscribers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/incident/status/update/subscribers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "incident",
            "status",
            "update",
            "subscribers"
          ]
        },
        "description": "Retrieves a list of subscribers to status updates for a specific incident in pagerduty. this endpoint allows you to see all users or services that are currently subscribed to receive notifications abo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_list_incident_type_custom_fields",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/incident/type/custom/fields",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "incident",
            "type",
            "custom",
            "fields"
          ]
        },
        "description": "List the custom fields for an incident type. custom fields (cf) are a feature which will allow customers to extend incidents with their own custom data, to provide additional context and support featu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"include\": \"\",\n  \"type_id_or_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_list_incident_types",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/incident/types",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "incident",
            "types"
          ]
        },
        "description": "List the available incident types incident types are a feature which will allow customers to categorize incidents, such as a security incident, a major incident, or a fraud incident. these can be filt",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"filter\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_list_licenses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/licenses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "licenses"
          ]
        },
        "description": "The listlicenses endpoint retrieves a comprehensive list of all licenses associated with the authenticated pagerduty account. this tool is essential for administrators and account managers who need to",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_list_supporting_service_impacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/supporting/service/impacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "supporting",
            "service",
            "impacts"
          ]
        },
        "description": "Retrieves information about the impacts of supporting services on a specific business service in pagerduty. this endpoint is used to understand the relationships and dependencies between a primary bus",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"ids\": \"\",\n  \"additional__fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_list_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "templates"
          ]
        },
        "description": "Retrieves a list of templates available in the pagerduty system. templates are pre-defined configurations used for creating alerts, notifications, and other automated processes within pagerduty. this ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"query\": \"\",\n  \"total\": false,\n  \"offset\": 0,\n  \"sort_by\": \"\",\n  \"template_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_list_workflow_integration_connections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/workflow/integration/connections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "workflow",
            "integration",
            "connections"
          ]
        },
        "description": "List all workflow integration connections for a specific workflow integration. scoped oauth requires: `workflow integrations:connections.read`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"integration_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_list_workflow_integrations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/workflow/integrations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "workflow",
            "integrations"
          ]
        },
        "description": "List available workflow integrations. scoped oauth requires: `workflow integrations.read`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"include_deprecated\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_manage_cache_variables_for_event_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/manage/cache/variables/for/event/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "manage",
            "cache",
            "variables",
            "for",
            "event",
            "service"
          ]
        },
        "description": "Creates a new cache variable for a specific service in pagerduty's event orchestrations. this endpoint allows you to define a cache variable that can store either the most recent value from an event f",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"service_id\": \"\",\n  \"cache__variable__id\": \"\",\n  \"cache__variable__name\": \"\",\n  \"cache__variable__disabled\": false,\n  \"cache__variable__conditions\": \"\",\n  \"cache__variable__created__at\": \"\",\n  \"cache__variable__updated__at\": \"\",\n  \"cache__variable__configuration\": {},\n  \"cache__variable__created__by__id\": \"\",\n  \"cache__variable__updated__by__id\": \"\",\n  \"cache__variable__created__by__self\": \"\",\n  \"cache__variable__created__by__type\": \"\",\n  \"cache__variable__updated__by__self\": \"\",\n  \"cache__variable__updated__by__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_merge_source_incidents_into_target_incident",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/source/incidents/into/target/incident",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "source",
            "incidents",
            "into",
            "target",
            "incident"
          ]
        },
        "description": "Merges multiple source incidents into a target incident in pagerduty's incident management system. this endpoint allows users to consolidate related or duplicate incidents into a single, primary incid",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"source_incidents\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_migrate_integration_between_orchestrations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/migrate/integration/between/orchestrations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "migrate",
            "integration",
            "between",
            "orchestrations"
          ]
        },
        "description": "This endpoint facilitates the migration of an integration from one event orchestration to another within pagerduty. it allows users to reassign an existing integration to a different event orchestrati",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"source_id\": \"\",\n  \"source_type\": \"\",\n  \"integration_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_modify_entity_tags",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/modify/entity/tags",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "modify",
            "entity",
            "tags"
          ]
        },
        "description": "This endpoint allows you to modify the tags associated with a specific entity in pagerduty. it provides functionality to both add new tags and remove existing ones in a single api call. the endpoint i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"add\": \"\",\n  \"remove\": \"\",\n  \"entity_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_pagerduty_aggregate_incident_metrics_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pagerduty/aggregate/incident/metrics/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pagerduty",
            "aggregate",
            "incident",
            "metrics",
            "with",
            "filters"
          ]
        },
        "description": "Retrieves and aggregates metrics for incidents across all services in pagerduty. this endpoint allows for extensive filtering and customization of incident data, enabling detailed analysis of operatio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"order\": \"\",\n  \"order_by\": \"\",\n  \"time_zone\": \"\",\n  \"aggregate_unit\": \"\",\n  \"filters__major\": false,\n  \"filters__urgency\": \"\",\n  \"filters__team__ids\": \"\",\n  \"filters__service__ids\": \"\",\n  \"filters__priority__ids\": \"\",\n  \"filters__priority__names\": \"\",\n  \"filters__created__at__end\": \"\",\n  \"filters__pd__advance__used\": false,\n  \"filters__created__at__start\": \"\",\n  \"filters__min__ackowledgements\": 0,\n  \"filters__escalation__policy__ids\": \"\",\n  \"filters__min__manual__escalations\": 0,\n  \"filters__min__timeout__escalations\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_ping_webhook_subscription",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/ping/webhook/subscription",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ping",
            "webhook",
            "subscription"
          ]
        },
        "description": "The pingwebhooksubscription endpoint sends a test post request to a specified webhook subscription in your pagerduty account. this tool is used to verify that a webhook subscription is correctly confi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_account_subscription_for_business_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/account/subscription/for/business/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "account",
            "subscription",
            "for",
            "business",
            "service"
          ]
        },
        "description": "This endpoint creates or updates an account subscription for a specific business service in pagerduty. it allows users to manage subscription settings, such as notification preferences or service-leve",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_alert_grouping_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/alert/grouping/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "alert",
            "grouping",
            "settings"
          ]
        },
        "description": "Creates a new alert grouping setting in pagerduty, defining how alerts will be automatically grouped into incidents based on specified configurations. this endpoint allows users to set up intelligent ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"alert__grouping__setting__id\": \"\",\n  \"alert__grouping__setting__name\": \"\",\n  \"alert__grouping__setting__type\": \"\",\n  \"alert__grouping__setting__config\": {},\n  \"alert__grouping__setting__services\": \"\",\n  \"alert__grouping__setting__created__at\": \"\",\n  \"alert__grouping__setting__description\": \"\",\n  \"alert__grouping__setting__updated__at\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_analytic_metrics_on_escalation_policies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/analytic/metrics/on/escalation/policies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "analytic",
            "metrics",
            "on",
            "escalation",
            "policies"
          ]
        },
        "description": "Retrieves and aggregates analytics metrics for incidents related to escalation policies in pagerduty. this endpoint allows for detailed filtering and customization of incident data, enabling users to ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"order\": \"\",\n  \"order_by\": \"\",\n  \"time_zone\": \"\",\n  \"aggregate_unit\": \"\",\n  \"filters__major\": false,\n  \"filters__urgency\": \"\",\n  \"filters__team__ids\": \"\",\n  \"filters__service__ids\": \"\",\n  \"filters__priority__ids\": \"\",\n  \"filters__priority__names\": \"\",\n  \"filters__created__at__end\": \"\",\n  \"filters__pd__advance__used\": false,\n  \"filters__created__at__start\": \"\",\n  \"filters__min__ackowledgements\": 0,\n  \"filters__escalation__policy__ids\": \"\",\n  \"filters__min__manual__escalations\": 0,\n  \"filters__min__timeout__escalations\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_analytics_metrics_responder_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/analytics/metrics/responder/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "analytics",
            "metrics",
            "responder",
            "filters"
          ]
        },
        "description": "The analyzerespondermetrics endpoint aggregates and analyzes responder performance metrics for pagerduty incidents. it provides insights into response times, efficiency, and workload distribution. thi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"order\": \"\",\n  \"order_by\": \"\",\n  \"time_zone\": \"\",\n  \"filters__urgency\": \"\",\n  \"filters__team__ids\": \"\",\n  \"filters__priority__ids\": \"\",\n  \"filters__responder__ids\": \"\",\n  \"filters__priority__names\": \"\",\n  \"filters__date__range__end\": \"\",\n  \"filters__date__range__start\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_change_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/change/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "change",
            "events"
          ]
        },
        "description": "Creates a new change event in the pagerduty system. this endpoint allows you to record and track significant changes or updates within your infrastructure or services. use this when you want to log im",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_event_orchestration_cache_variables",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/event/orchestration/cache/variables",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "event",
            "orchestration",
            "cache",
            "variables"
          ]
        },
        "description": "Creates a new cache variable within a pagerduty event orchestration. this endpoint allows you to define a cache variable that can store dynamic data related to events, either based on recent values ex",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"cache__variable__id\": \"\",\n  \"cache__variable__name\": \"\",\n  \"cache__variable__disabled\": false,\n  \"cache__variable__conditions\": \"\",\n  \"cache__variable__created__at\": \"\",\n  \"cache__variable__updated__at\": \"\",\n  \"cache__variable__configuration\": {},\n  \"cache__variable__created__by__id\": \"\",\n  \"cache__variable__updated__by__id\": \"\",\n  \"cache__variable__created__by__self\": \"\",\n  \"cache__variable__created__by__type\": \"\",\n  \"cache__variable__updated__by__self\": \"\",\n  \"cache__variable__updated__by__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_incident_metrics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/incident/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "incident",
            "metrics"
          ]
        },
        "description": "This endpoint retrieves analytics metrics for responder teams based on incident data in pagerduty. it allows for detailed filtering and customization of the data set, enabling users to analyze team an",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"order\": \"\",\n  \"order_by\": \"\",\n  \"time_zone\": \"\",\n  \"filters__urgency\": \"\",\n  \"filters__team__ids\": \"\",\n  \"filters__priority__ids\": \"\",\n  \"filters__responder__ids\": \"\",\n  \"filters__priority__names\": \"\",\n  \"filters__date__range__end\": \"\",\n  \"filters__date__range__start\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_incident_metrics_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/incident/metrics/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "incident",
            "metrics",
            "with",
            "filters"
          ]
        },
        "description": "This endpoint retrieves and aggregates analytics metrics for incidents across all teams in pagerduty. it allows users to apply various filters and parameters to analyze incident data, such as creation",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"order\": \"\",\n  \"order_by\": \"\",\n  \"time_zone\": \"\",\n  \"aggregate_unit\": \"\",\n  \"filters__major\": false,\n  \"filters__urgency\": \"\",\n  \"filters__team__ids\": \"\",\n  \"filters__service__ids\": \"\",\n  \"filters__priority__ids\": \"\",\n  \"filters__priority__names\": \"\",\n  \"filters__created__at__end\": \"\",\n  \"filters__pd__advance__used\": false,\n  \"filters__created__at__start\": \"\",\n  \"filters__min__ackowledgements\": 0,\n  \"filters__escalation__policy__ids\": \"\",\n  \"filters__min__manual__escalations\": 0,\n  \"filters__min__timeout__escalations\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_incident_note_using_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/incident/note/using/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "incident",
            "note",
            "using",
            "id"
          ]
        },
        "description": "Adds a new note to an existing incident in pagerduty. this endpoint allows users to append additional information, updates, or comments to a specific incident identified by its unique id. it's particu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"note__content\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_incident_status_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/incident/status/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "incident",
            "status",
            "update"
          ]
        },
        "description": "Posts a status update for a specific incident in pagerduty. this endpoint allows you to add new information or progress reports to an ongoing incident, keeping stakeholders informed about the current ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"message\": \"\",\n  \"subject\": \"\",\n  \"html_message\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_incidents_analytics_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/incidents/analytics/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "incidents",
            "analytics",
            "with",
            "filters"
          ]
        },
        "description": "The analyzerawincidents endpoint retrieves and analyzes raw incident data from pagerduty. it allows users to fetch detailed information about incidents with various filtering options. this endpoint is",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"order\": \"\",\n  \"order_by\": \"\",\n  \"time_zone\": \"\",\n  \"ending_before\": \"\",\n  \"filters__major\": false,\n  \"starting_after\": \"\",\n  \"filters__urgency\": \"\",\n  \"filters__team__ids\": \"\",\n  \"filters__service__ids\": \"\",\n  \"filters__priority__ids\": \"\",\n  \"filters__updated__after\": \"\",\n  \"filters__priority__names\": \"\",\n  \"filters__created__at__end\": \"\",\n  \"filters__created__at__start\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_incidents_metrics_filtered_by_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/incidents/metrics/filtered/by/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "incidents",
            "metrics",
            "filtered",
            "by",
            "service"
          ]
        },
        "description": "The analyzeincidentmetrics endpoint aggregates and analyzes incident data for pagerduty services based on specified filters and parameters. it allows users to generate detailed reports and insights on",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"order\": \"\",\n  \"order_by\": \"\",\n  \"time_zone\": \"\",\n  \"aggregate_unit\": \"\",\n  \"filters__major\": false,\n  \"filters__urgency\": \"\",\n  \"filters__team__ids\": \"\",\n  \"filters__service__ids\": \"\",\n  \"filters__priority__ids\": \"\",\n  \"filters__priority__names\": \"\",\n  \"filters__created__at__end\": \"\",\n  \"filters__pd__advance__used\": false,\n  \"filters__created__at__start\": \"\",\n  \"filters__min__ackowledgements\": 0,\n  \"filters__escalation__policy__ids\": \"\",\n  \"filters__min__manual__escalations\": 0,\n  \"filters__min__timeout__escalations\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_responder_incidents_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/responder/incidents/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "responder",
            "incidents",
            "with",
            "filters"
          ]
        },
        "description": "Retrieves a list of incidents associated with a specific responder in the pagerduty incident management system. this endpoint allows for detailed filtering and pagination of incident data, making it i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"order\": \"\",\n  \"order_by\": \"\",\n  \"time_zone\": \"\",\n  \"responder_id\": \"\",\n  \"ending_before\": \"\",\n  \"filters__major\": false,\n  \"starting_after\": \"\",\n  \"filters__urgency\": \"\",\n  \"filters__team__ids\": \"\",\n  \"filters__service__ids\": \"\",\n  \"filters__priority__ids\": \"\",\n  \"filters__priority__names\": \"\",\n  \"filters__created__at__end\": \"\",\n  \"filters__created__at__start\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_service_automation_action",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/service/automation/action",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "service",
            "automation",
            "action"
          ]
        },
        "description": "This endpoint adds a service to an existing automation action in pagerduty. it allows users to associate a specific service with an automation action, enabling the action to be applied to incidents or",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_team_notification_subscription",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/team/notification/subscription",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "team",
            "notification",
            "subscription"
          ]
        },
        "description": "Creates notification subscriptions for a specific team in pagerduty. this endpoint allows you to subscribe a team to receive notifications for one or more incidents or business services. use this when",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"subscribables\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_post_team_to_runner",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/team/to/runner",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "team",
            "to",
            "runner"
          ]
        },
        "description": "This endpoint adds a team to an automation action runner in pagerduty. it allows you to associate a specific team with a runner, enabling better organization and management of automation processes wit",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_preview_schedule_object",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/preview/schedule/object",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "preview",
            "schedule",
            "object"
          ]
        },
        "description": "The preview schedule endpoint allows you to simulate and visualize a pagerduty schedule configuration before actually creating or updating it. this tool is essential for validating complex on-call rot",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"since\": \"\",\n  \"until\": \"\",\n  \"overflow\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_render_template_for_incident",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/render/template/for/incident",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "render",
            "template",
            "for",
            "incident"
          ]
        },
        "description": "Renders a specific template for a given incident in pagerduty. this endpoint allows you to generate a formatted report or message based on a pre-defined template and the provided incident information.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_abilities_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/abilities/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "abilities",
            "list"
          ]
        },
        "description": "Retrieves a list of abilities or capabilities available in the pagerduty system. this endpoint allows users to query and understand the features and functionalities they can access or perform within p",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_ability_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/ability/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "ability",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific ability (feature capability) associated with a pagerduty account using its unique identifier. this endpoint allows users to query the system for the sta",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_action_services_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/action/services/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "action",
            "services",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a list of services associated with a specific automation action in pagerduty. this endpoint allows users to fetch all services that are linked to a particular automation action, providing in",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_active_service_event_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/active/service/event/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "active",
            "service",
            "event",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the active event orchestration configuration for a specific pagerduty service. this endpoint allows you to fetch the current rules and settings that determine how incidents are created and r",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"service_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_addon_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/addon/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "addon",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific addon installed on a pagerduty account. this endpoint allows users to fetch the current configuration, status, and other relevant details of an addon wi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_alert_grouping_settings_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/alert/grouping/settings/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "alert",
            "grouping",
            "settings",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the alert grouping settings for a specific configuration identified by its unique id in pagerduty. this endpoint allows users to access detailed information about how alerts are grouped for ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_automation_action_invocation_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/automation/action/invocation/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "automation",
            "action",
            "invocation",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific automation action invocation in pagerduty. this endpoint allows you to fetch the current state, results, and metadata of a previously executed automatio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_automation_action_invocations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/automation/action/invocations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "automation",
            "action",
            "invocations"
          ]
        },
        "description": "Retrieves a list of automation action invocations from the pagerduty incident management platform. this endpoint allows users to query and review the history of automated actions that have been execut",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"action_id\": \"\",\n  \"incident_id\": \"\",\n  \"invocation_state\": \"\",\n  \"not_invocation_state\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_automation_action_runner_teams",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/automation/action/runner/teams",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "automation",
            "action",
            "runner",
            "teams"
          ]
        },
        "description": "Retrieves detailed information about a specific team associated with an automation actions runner in pagerduty. this endpoint is used to get insights into the relationship between a runner and a parti",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"team_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_automation_service_action",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/automation/service/action",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "automation",
            "service",
            "action"
          ]
        },
        "description": "Retrieves information about how a specific automation action is associated with a particular service in pagerduty. this endpoint allows users to query the relationship between an automation action and",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"service_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_business_service_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/business/service/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "business",
            "service",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific business service in pagerduty using its unique identifier. this endpoint allows users to fetch the current configuration, settings, and metadata associa",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_business_service_dependencies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/business/service/dependencies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "business",
            "service",
            "dependencies"
          ]
        },
        "description": "Retrieves the service dependencies for a specific business service in pagerduty. this endpoint allows you to fetch a list of services that are dependent on or related to the specified business service",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_business_service_impactors",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/business/service/impactors",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "business",
            "service",
            "impactors"
          ]
        },
        "description": "Retrieves a list of impactors currently affecting business services in pagerduty. impactors are entities or events that have the potential to negatively impact the performance, availability, or functi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_business_service_impacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/business/service/impacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "business",
            "service",
            "impacts"
          ]
        },
        "description": "Retrieves the impacts of a specific incident on business services within pagerduty. this endpoint allows users to assess the scope and severity of an ongoing incident by providing detailed information",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_business_services",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/business/services",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "business",
            "services"
          ]
        },
        "description": "The listbusinessservices endpoint retrieves a comprehensive list of all business services configured within a pagerduty account. this get operation provides an overview of the critical business functi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_change_event_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/change/event/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "change",
            "event",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific change event in pagerduty using its unique identifier. this endpoint is crucial for tracking and auditing changes within your incident management workfl",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_change_event_information",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/change/event/information",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "change",
            "event",
            "information"
          ]
        },
        "description": "Retrieves a list of change events from the pagerduty system within a specified time range. change events represent notifications or updates that occur within a pagerduty account, such as modifications",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"since\": \"\",\n  \"total\": false,\n  \"until\": \"\",\n  \"offset\": 0,\n  \"team__ids\": \"\",\n  \"integration__ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_current_user_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/current/user/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "current",
            "user",
            "info"
          ]
        },
        "description": "Retrieves the profile information of the currently authenticated user in the pagerduty system. this endpoint provides access to personal details, settings, and account information associated with the ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_entity_tags_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/entity/tags/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "entity",
            "tags",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the tags associated with a specific entity in the pagerduty system. this endpoint allows you to fetch all tags that have been assigned to a particular resource, such as a user, team, service",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0,\n  \"entity_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_entity_tags_by_id_and_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/entity/tags/by/id/and/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "entity",
            "tags",
            "by",
            "id",
            "and",
            "type"
          ]
        },
        "description": "Retrieves the tags associated with a specific entity in pagerduty. this endpoint allows you to fetch all tags linked to a particular resource, such as an incident, service, user, team, or escalation p",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0,\n  \"entity_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_event_orchestration_router_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/event/orchestration/router/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "event",
            "orchestration",
            "router",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the router configuration for a specific event orchestration in pagerduty. this endpoint allows you to fetch detailed information about how incidents and events are routed within a particular",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_extension_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/extension/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "extension",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific extension in pagerduty. this endpoint allows users to fetch the configuration and status of an individual extension by providing its unique identifier. ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_extension_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/extension/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "extension",
            "list"
          ]
        },
        "description": "Retrieves a list of all extensions associated with the authenticated pagerduty account. extensions are additional features or integrations that enhance pagerduty's functionality, such as custom notifi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"query\": \"\",\n  \"total\": false,\n  \"offset\": 0,\n  \"include\": \"\",\n  \"extension_object_id\": \"\",\n  \"extension_schema_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_incident_by_incident_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/incident/by/incident/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "incident",
            "by",
            "incident",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific incident in pagerduty using its unique identifier. this endpoint allows users to access comprehensive data about an individual incident, including its c",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_incident_custom_field_values",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/incident/custom/field/values",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "incident",
            "custom",
            "field",
            "values"
          ]
        },
        "description": "Retrieves the custom field values associated with a specific incident in pagerduty. this endpoint allows users to access additional metadata that has been added to an incident, providing more context ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_incident_custom_fields",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/incident/custom/fields",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "incident",
            "custom",
            "fields"
          ]
        },
        "description": "Retrieves a list of custom fields associated with incidents in pagerduty. custom fields are additional data points that can be added to incidents to provide more detailed information tailored to speci",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_incident_field_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/incident/field/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "incident",
            "field",
            "options"
          ]
        },
        "description": "Retrieves the available field options for a specific custom field associated with incidents in pagerduty. this endpoint allows users to fetch the predefined set of values that can be assigned to a par",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_incident_workflow_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/incident/workflow/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "incident",
            "workflow",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific incident workflow in pagerduty. this endpoint allows users to fetch the configuration, steps, and other relevant details of an incident workflow based o",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_incident_workflow_triggers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/incident/workflow/triggers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "incident",
            "workflow",
            "triggers"
          ]
        },
        "description": "Retrieves a list of triggers associated with incident workflows in pagerduty. this endpoint allows you to fetch information about the conditions or events that initiate automated incident response pro",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"sort_by\": \"\",\n  \"service_id\": \"\",\n  \"incident_id\": \"\",\n  \"is_disabled\": false,\n  \"workflow_id\": \"\",\n  \"trigger_type\": \"\",\n  \"workflow_name_contains\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_integration_by_service_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/integration/by/service/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "integration",
            "by",
            "service",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific integration associated with a particular service in pagerduty. this endpoint allows you to fetch the configuration and status of an integration, which c",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\",\n  \"integration_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_license_allocations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/license/allocations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "license",
            "allocations"
          ]
        },
        "description": "Retrieves the current license allocations for the pagerduty account. this endpoint provides an overview of how licenses are distributed across users, teams, or other entities within the organization. ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_list_of_services",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/list/of/services",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "list",
            "of",
            "services"
          ]
        },
        "description": "Retrieves a list of services configured in the pagerduty account. this endpoint allows you to fetch details about various services set up for incident management and alerting. it's particularly useful",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"total\": false,\n  \"offset\": 0,\n  \"include\": \"\",\n  \"sort_by\": \"\",\n  \"team__ids\": \"\",\n  \"time_zone\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_log_entry_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/log/entry/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "log",
            "entry",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific log entry in the pagerduty system. this endpoint is used to access the complete record of an event or action that occurred within pagerduty, such as inc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\",\n  \"time_zone\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_maintenance_windows",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/maintenance/windows",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "maintenance",
            "windows"
          ]
        },
        "description": "Retrieves a list of maintenance windows from the pagerduty incident management platform. maintenance windows are scheduled periods during which alerts and notifications for specified services are supp",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"query\": \"\",\n  \"total\": false,\n  \"filter\": \"\",\n  \"offset\": 0,\n  \"include\": \"\",\n  \"team__ids\": \"\",\n  \"service__ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_notes_for_incident",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/notes/for/incident",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "notes",
            "for",
            "incident"
          ]
        },
        "description": "Retrieves all notes associated with a specific incident in pagerduty. this endpoint allows users to access the complete history of comments, updates, and additional information added to an incident th",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_notifications",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/notifications",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "notifications"
          ]
        },
        "description": "Retrieves notifications from the pagerduty system. this endpoint allows users to fetch information about alerts, incidents, and other important notifications generated within the pagerduty platform. i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"since\": \"\",\n  \"total\": false,\n  \"until\": \"\",\n  \"filter\": \"\",\n  \"offset\": 0,\n  \"include\": \"\",\n  \"time_zone\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_oncall_handoff_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/oncall/handoff/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "oncall",
            "handoff",
            "notification",
            "rule"
          ]
        },
        "description": "Retrieves detailed information about a specific on-call handoff notification rule for a given user in pagerduty. this endpoint is crucial for managing and reviewing the notification settings that gove",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"oncall_handoff_notification_rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_oncall_handoff_notification_rules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/oncall/handoff/notification/rules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "oncall",
            "handoff",
            "notification",
            "rules"
          ]
        },
        "description": "Retrieves the on-call handoff notification rules for a specific user in pagerduty. this endpoint allows you to fetch the configured rules that determine how and when a user is notified about on-call s",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_oncall_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/oncall/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "oncall",
            "list"
          ]
        },
        "description": "Retrieves the current on-call information for your pagerduty account. this endpoint provides a comprehensive view of who is currently on-call across various schedules and escalation policies. it's par",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"since\": \"\",\n  \"total\": false,\n  \"until\": \"\",\n  \"offset\": 0,\n  \"include\": \"\",\n  \"earliest\": false,\n  \"time_zone\": \"\",\n  \"user__ids\": \"\",\n  \"schedule__ids\": \"\",\n  \"escalation__policy__ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_past_incidents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/past/incidents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "past",
            "incidents"
          ]
        },
        "description": "Retrieves a list of past incidents related to a specific incident in pagerduty. this endpoint allows users to explore the historical context of an incident by fetching previous occurrences or related ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"total\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_postmortem_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/postmortem/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "postmortem",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the postmortem analysis for a specific post on a pagerduty status page. this endpoint allows users to access detailed information about an incident after it has been resolved, including root",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_response_play_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/response/play/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "response",
            "play",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific response play in the pagerduty incident management system. this endpoint allows users to access the configuration and actions associated with a predefin",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_rule_by_service_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/rule/by/service/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "rule",
            "by",
            "service",
            "id"
          ]
        },
        "description": "Retrieves a specific rule associated with a particular service in pagerduty. this endpoint allows you to access detailed information about a single rule, including its configuration and conditions, wi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_rules_for_service_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/rules/for/service/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "rules",
            "for",
            "service",
            "id"
          ]
        },
        "description": "Retrieves all rules associated with a specific pagerduty service. this endpoint allows users to fetch the set of rules that define when and how incidents are triggered for a particular service. it's e",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0,\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_rules_from_ruleset_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/rules/from/ruleset/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "rules",
            "from",
            "ruleset",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a list of all rules associated with a specific ruleset in pagerduty. this endpoint is used to examine the configuration of event routing within a particular ruleset, allowing users to review",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_ruleset_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/ruleset/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "ruleset",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific ruleset in pagerduty using its unique identifier. this endpoint allows you to fetch the complete configuration and settings of a single ruleset, which i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_ruleset_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/ruleset/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "ruleset",
            "list"
          ]
        },
        "description": "Retrieves a list of rulesets from the pagerduty system. rulesets are collections of event rules that define how incidents are managed and alerts are configured. this endpoint allows you to view all av",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_schedule_audit_records_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/schedule/audit/records/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "schedule",
            "audit",
            "records",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the audit records for a specific pagerduty schedule. this endpoint allows you to access a comprehensive log of all changes made to the specified schedule, including modifications to on-call ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"since\": \"\",\n  \"until\": \"\",\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_schedule_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/schedule/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "schedule",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific schedule in pagerduty using its unique identifier. this endpoint is essential for viewing the configuration of an existing on-call schedule, including i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"since\": \"\",\n  \"until\": \"\",\n  \"overflow\": false,\n  \"time_zone\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_schedule_override_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/schedule/override/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "schedule",
            "override",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the list of overrides for a specific schedule in pagerduty. this endpoint allows users to fetch temporary modifications to the regular on-call rotation, providing insight into any manual adj",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"since\": \"\",\n  \"until\": \"\",\n  \"editable\": false,\n  \"overflow\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_service_audit_records_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/service/audit/records/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "service",
            "audit",
            "records",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the audit records for a specific pagerduty service. this endpoint allows you to fetch a historical log of all configuration changes made to the service, providing transparency and accountabi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"since\": \"\",\n  \"until\": \"\",\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_service_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/service/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "service",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific pagerduty service using its unique identifier. this endpoint allows users to access configuration details, integration settings, and other relevant info",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_service_change_events_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/service/change/events/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "service",
            "change",
            "events",
            "by",
            "id"
          ]
        },
        "description": "Retrieves change events associated with a specific pagerduty service. this endpoint allows you to fetch informational updates about recent changes such as code deploys, system configuration modificati",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"since\": \"\",\n  \"total\": false,\n  \"until\": \"\",\n  \"offset\": 0,\n  \"team__ids\": \"\",\n  \"integration__ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_service_impacts_from_status_dashboards",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/service/impacts/from/status/dashboards",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "service",
            "impacts",
            "from",
            "status",
            "dashboards"
          ]
        },
        "description": "Retrieves the service impacts associated with a specific status dashboard in pagerduty. this endpoint allows users to fetch detailed information about how incidents are affecting various services with",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"additional__fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_service_status_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/service/status/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "service",
            "status",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a list of services associated with a specific status page in pagerduty. this endpoint is used to fetch detailed information about the services that are being monitored and displayed on a par",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_service_status_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/service/status/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "service",
            "status",
            "page"
          ]
        },
        "description": "Retrieves detailed information about a specific service associated with a particular status page in pagerduty. this endpoint is used to fetch the current status, configuration, and other relevant deta",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"service_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_standards_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/standards/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "standards",
            "list"
          ]
        },
        "description": "Retrieves the current set of standards defined in the pagerduty account. standards in pagerduty refer to the policies and best practices for incident response and alerting. this endpoint allows users ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"active\": false,\n  \"resource_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_standards_scores",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/standards/scores",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "standards",
            "scores"
          ]
        },
        "description": "Retrieves the standards scores for a specific resource in pagerduty. this endpoint allows users to fetch performance or compliance metrics for a given resource type (such as incidents, services, or te",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"resource_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_standards_scores_by_resource_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/standards/scores/by/resource/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "standards",
            "scores",
            "by",
            "resource",
            "type"
          ]
        },
        "description": "Retrieves the standards scores for a specified resource type in pagerduty. this endpoint allows users to access performance metrics and evaluations based on predefined standards for different componen",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ids\": \"\",\n  \"resource_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_status_dashboard_by_slug",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/status/dashboard/by/slug",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "status",
            "dashboard",
            "by",
            "slug"
          ]
        },
        "description": "Retrieves detailed information about a specific pagerduty status dashboard using its url slug. this endpoint allows users to fetch the current state, components, and other relevant data associated wit",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url_slug\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_status_dashboards_information",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/status/dashboards/information",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "status",
            "dashboards",
            "information"
          ]
        },
        "description": "Retrieves a list of status dashboards and their associated information from the pagerduty system. this endpoint provides a comprehensive overview of the current operational status, performance metrics",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_status_page_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/status/page/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "status",
            "page",
            "post"
          ]
        },
        "description": "Retrieves all posts associated with a specific status page in pagerduty. this endpoint allows users to fetch updates, messages, and status information that have been posted to a particular status page",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"status\": \"\",\n  \"post_type\": \"\",\n  \"reviewed_status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_status_page_severities_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/status/page/severities/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "status",
            "page",
            "severities",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the list of severities associated with a specific status page in pagerduty. this endpoint allows users to fetch the current severity levels configured for a particular status page, which is ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_status_page_subscription_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/status/page/subscription/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "status",
            "page",
            "subscription",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a list of subscriptions associated with a specific pagerduty status page. this endpoint allows users to fetch all current subscriptions for a given status page, enabling them to monitor who ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"status\": \"\",\n  \"channel\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_status_pages_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/status/pages/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "status",
            "pages",
            "status"
          ]
        },
        "description": "Retrieves the current statuses for a specified pagerduty status page. this endpoint allows users to fetch real-time status information for a given status page, providing up-to-date details on service ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_tag_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/tag/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "tag",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific tag in the pagerduty system using its unique identifier. this endpoint allows users to fetch the properties and metadata associated with a particular ta",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_tags",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/tags",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "tags"
          ]
        },
        "description": "Retrieves a list of all tags currently used within the pagerduty account. this endpoint provides a comprehensive view of the tags used for categorization and labeling of incidents across the system. i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"query\": \"\",\n  \"total\": false,\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_team_audit_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/team/audit/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "team",
            "audit",
            "records"
          ]
        },
        "description": "Retrieves the audit records for a specific team in pagerduty. this endpoint allows users to access a detailed history of configuration changes made to the team, including modifications to team members",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"since\": \"\",\n  \"until\": \"\",\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_team_details_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/team/details/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "team",
            "details",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific team in pagerduty based on the provided team id. this endpoint allows users to fetch comprehensive data about a team, including its members, roles, and ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_team_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/team/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "team",
            "list"
          ]
        },
        "description": "The listteams endpoint retrieves a list of teams within a pagerduty account. it provides an overview of all teams or a filtered subset based on the optional query parameter. this endpoint is useful fo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"query\": \"\",\n  \"total\": false,\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_technical_service_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/technical/service/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "technical",
            "service",
            "details"
          ]
        },
        "description": "Retrieves detailed information about a specific technical service and its dependencies within the pagerduty incident management platform. this endpoint is used to fetch comprehensive data about a sing",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_template_fields",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/template/fields",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "template",
            "fields"
          ]
        },
        "description": "Retrieves the available fields for pagerduty templates. this endpoint provides a comprehensive list of all possible fields that can be used when creating or modifying templates within the pagerduty pl",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_unrouted_event_orchestration_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/unrouted/event/orchestration/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "unrouted",
            "event",
            "orchestration",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a list of unrouted events for a specific event orchestration in pagerduty. this endpoint is used to identify and review events that have not yet been assigned or processed within the designa",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_user_audit_records_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/user/audit/records/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "user",
            "audit",
            "records",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the audit records for a specific user in the pagerduty system. this endpoint allows you to access a historical log of activities and changes associated with the user, providing valuable insi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"since\": \"\",\n  \"until\": \"\",\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_user_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/user/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "user",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific user in the pagerduty platform using their unique identifier. this endpoint is used to fetch user account details, such as contact information, role ass",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_user_contact_methods_via_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/user/contact/methods/via/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "user",
            "contact",
            "methods",
            "via",
            "id"
          ]
        },
        "description": "Retrieves all contact methods associated with a specific user in pagerduty. this endpoint allows you to fetch the various ways a user can be contacted during an incident, such as email addresses, phon",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_user_license_information",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/user/license/information",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "user",
            "license",
            "information"
          ]
        },
        "description": "Retrieves the license information for a specific user in the pagerduty system. this endpoint allows you to check the current licensing status, type, and any associated details for a given user. it sho",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_user_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/user/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "user",
            "notification",
            "rule"
          ]
        },
        "description": "Retrieves a specific notification rule for a given user in pagerduty. this endpoint allows you to fetch detailed information about how and when a particular user receives alerts and notifications. it'",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\",\n  \"notification_rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_user_notification_rules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/user/notification/rules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "user",
            "notification",
            "rules"
          ]
        },
        "description": "Retrieves the notification rules for a specific user in pagerduty. this endpoint allows you to fetch all configured notification rules associated with a given user, providing insight into how and when",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\",\n  \"urgency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_user_status_update_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/user/status/update/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "user",
            "status",
            "update",
            "notification",
            "rule"
          ]
        },
        "description": "Retrieves a specific status update notification rule for a given user in pagerduty. this endpoint allows you to fetch detailed information about how and when a particular user receives notifications f",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"include\": \"\",\n  \"status_update_notification_rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_users_by_schedule_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/users/by/schedule/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "users",
            "by",
            "schedule",
            "id"
          ]
        },
        "description": "Retrieves a list of users associated with a specific pagerduty schedule. this endpoint is essential for managing on-call rotations and understanding who is responsible for incident response during dif",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"since\": \"\",\n  \"until\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_users_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/users/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "users",
            "list"
          ]
        },
        "description": "Retrieves a list of users from the pagerduty system. this endpoint allows you to fetch information about multiple users in your pagerduty account, which can be useful for user management, generating r",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"query\": \"\",\n  \"total\": false,\n  \"offset\": 0,\n  \"include\": \"\",\n  \"team__ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_vendor_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/vendor/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "vendor",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific vendor integrated with pagerduty. this endpoint allows users to access comprehensive data about a vendor, including its name, type of integration, capab",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_retrieve_webhook_subscriptions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/webhook/subscriptions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "webhook",
            "subscriptions"
          ]
        },
        "description": "Retrieves a list of all webhook subscriptions associated with the authenticated pagerduty account. this endpoint allows users to view and manage their existing webhook configurations, which are used t",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0,\n  \"filter_id\": \"\",\n  \"filter_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_send_responder_requests_for_incidents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/responder/requests/for/incidents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "responder",
            "requests",
            "for",
            "incidents"
          ]
        },
        "description": "This endpoint allows you to send responder requests for a specific incident in pagerduty. it is used to request additional help or notify specific users or escalation policies about an ongoing inciden",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"message\": \"\",\n  \"requester_id\": \"\",\n  \"responder_request_targets\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_set_business_service_impact_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/business/service/impact/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "business",
            "service",
            "impact",
            "status"
          ]
        },
        "description": "This endpoint updates the impact status of a specific incident on a particular business service in pagerduty. it allows you to either set a business service as impacted by an incident or remove the im",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"relation\": \"\",\n  \"business_service_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_set_global_priority_threshold",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/global/priority/threshold",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "global",
            "priority",
            "threshold"
          ]
        },
        "description": "Sets the global priority threshold for business services in pagerduty, determining which incidents can impact these services based on their priority level. this endpoint allows you to configure the mi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"global__threshold__id\": \"\",\n  \"global__threshold__order\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_snooze_incident_by_duration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/snooze/incident/by/duration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "snooze",
            "incident",
            "by",
            "duration"
          ]
        },
        "description": "This endpoint allows you to snooze a specific incident in pagerduty for a defined duration. it temporarily pauses alerts and notifications for the incident, after which it automatically returns to an ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"duration\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_subscribe_entities_to_business_services",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscribe/entities/to/business/services",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscribe",
            "entities",
            "to",
            "business",
            "services"
          ]
        },
        "description": "This endpoint allows you to subscribe users or teams to a specific business service in pagerduty. it enables you to add multiple subscribers in a single request, streamlining the process of setting up",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"subscribers\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_subscribe_entities_to_incident_status_updates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscribe/entities/to/incident/status/updates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscribe",
            "entities",
            "to",
            "incident",
            "status",
            "updates"
          ]
        },
        "description": "Subscribes specified users or teams to receive status updates for a particular incident in pagerduty. this endpoint allows you to add multiple subscribers at once, ensuring that relevant parties are k",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"subscribers\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_subscribe_to_user_notifications",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscribe/to/user/notifications",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscribe",
            "to",
            "user",
            "notifications"
          ]
        },
        "description": "Creates notification subscriptions for a specific user in pagerduty. this endpoint allows you to subscribe a user to multiple incidents or business services in a single api call. it's particularly use",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"subscribables\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_unsubscribe_business_service_entity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unsubscribe/business/service/entity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unsubscribe",
            "business",
            "service",
            "entity"
          ]
        },
        "description": "This endpoint unsubscribes specified users or teams from receiving notifications for a particular business service in pagerduty. it allows bulk unsubscription of multiple entities in a single api call",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"subscribers\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_unsubscribe_from_incident_status_updates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unsubscribe/from/incident/status/updates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unsubscribe",
            "from",
            "incident",
            "status",
            "updates"
          ]
        },
        "description": "Unsubscribes specified users or teams from receiving status updates for a particular incident in pagerduty. this endpoint is used when certain entities no longer need to be notified about changes to a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"subscribers\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_unsubscribe_team_notification_subscriptions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unsubscribe/team/notification/subscriptions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unsubscribe",
            "team",
            "notification",
            "subscriptions"
          ]
        },
        "description": "Unsubscribes a team from notifications for specific incidents or business services in pagerduty. this endpoint is used to stop a team from receiving alerts and updates about particular entities. it's ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"subscribables\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_unsubscribe_user_notification_subscriptions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unsubscribe/user/notification/subscriptions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unsubscribe",
            "user",
            "notification",
            "subscriptions"
          ]
        },
        "description": "This endpoint allows unsubscribing a user from notifications for specific incidents or business services in pagerduty. it's used to modify a user's notification preferences, removing them from receivi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"subscribables\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_a_custom_field_for_an_incident_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/custom/field/for/an/incident/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "custom",
            "field",
            "for",
            "an",
            "incident",
            "type"
          ]
        },
        "description": "Update a custom field for an incident type. custom fields (cf) are a feature which will allow customers to extend incidents with their own custom data, to provide additional context and support featur",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\",\n  \"field__enabled\": false,\n  \"type_id_or_name\": \"\",\n  \"field__description\": \"\",\n  \"field__display__name\": \"\",\n  \"field__default__value\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_a_field_option_for_a_custom_field",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/field/option/for/a/custom/field",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "field",
            "option",
            "for",
            "a",
            "custom",
            "field"
          ]
        },
        "description": "Update a field option for a custom field. <!-- theme: warning --> > ### early access > this endpoint is in early access and may change at any time. you must pass in the x-early-access header to access",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\",\n  \"field_option_id\": \"\",\n  \"type_id_or_name\": \"\",\n  \"field__option__data__value\": \"\",\n  \"field__option__data__data__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_a_trigger",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/trigger",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "trigger"
          ]
        },
        "description": "Update an existing incident workflow trigger scoped oauth requires: `incident workflows.write`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_add_on_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/add/on/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "add",
            "on",
            "by",
            "id"
          ]
        },
        "description": "Updates an existing add-on in pagerduty with new properties. this endpoint allows you to modify the type, name, and source url of a specific add-on identified by its unique id. it's used when you need",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_alert_grouping_settings_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/alert/grouping/settings/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "alert",
            "grouping",
            "settings",
            "by",
            "id"
          ]
        },
        "description": "This endpoint allows you to update an existing alert grouping setting in pagerduty. alert grouping settings define how alerts are automatically grouped into incidents, helping to streamline incident m",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"alert__grouping__setting__id\": \"\",\n  \"alert__grouping__setting__name\": \"\",\n  \"alert__grouping__setting__type\": \"\",\n  \"alert__grouping__setting__config\": {},\n  \"alert__grouping__setting__services\": \"\",\n  \"alert__grouping__setting__created__at\": \"\",\n  \"alert__grouping__setting__description\": \"\",\n  \"alert__grouping__setting__updated__at\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_alert_in_incident",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/alert/in/incident",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "alert",
            "in",
            "incident"
          ]
        },
        "description": "Updates the status of a specific alert within an incident in pagerduty. this endpoint allows you to modify an alert's status, primarily to mark it as resolved. it's crucial for managing the lifecycle ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"alert_id\": \"\",\n  \"alert__status\": \"\",\n  \"alert__incident__id\": \"\",\n  \"alert__incident__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_an_incident_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/an/incident/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "an",
            "incident",
            "type"
          ]
        },
        "description": "Update an incident type. incident types are a feature which will allow customers to categorize incidents, such as a security incident, a major incident, or a fraud incident. <!-- theme: warning --> > ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type_id_or_name\": \"\",\n  \"incident__type__enabled\": false,\n  \"incident__type__description\": \"\",\n  \"incident__type__display__name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_automation_runner_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/automation/runner/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "automation",
            "runner",
            "info"
          ]
        },
        "description": "This endpoint allows you to update an existing automation action runner in pagerduty. it is used to modify the properties of a runner, such as its name, description, and, for runbook runners, the runb",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"runner\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_business_service_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/business/service/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "business",
            "service",
            "by",
            "id"
          ]
        },
        "description": "This endpoint allows you to update an existing business service in pagerduty. it is used to modify the details of a specific service, such as its name, description, point of contact, or the team respo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"business__service__name\": \"\",\n  \"business__service__team__id\": \"\",\n  \"business__service__description\": \"\",\n  \"business__service__point__of__contact\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_change_event_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/change/event/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "change",
            "event",
            "by",
            "id"
          ]
        },
        "description": "Updates an existing change event in pagerduty. this endpoint allows you to modify certain attributes of a change event, such as its summary or custom details. it's used when you need to amend or add i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_custom_field_display_name",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/custom/field/display/name",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "custom",
            "field",
            "display",
            "name"
          ]
        },
        "description": "This endpoint updates an existing custom field for incidents in pagerduty. it allows you to modify the display name, description, and default value of a custom field identified by its unique field id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\",\n  \"field__description\": \"\",\n  \"field__display__name\": \"\",\n  \"field__default__value\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_custom_field_option",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/custom/field/option",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "custom",
            "field",
            "option"
          ]
        },
        "description": "Updates a specific field option for a custom field in pagerduty's incident management system. this endpoint allows you to modify the value of an existing field option, providing flexibility in managin",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\",\n  \"field_option_id\": \"\",\n  \"field__option__id\": \"\",\n  \"field__option__data\": {},\n  \"field__option__type\": \"\",\n  \"field__option__created__at\": \"\",\n  \"field__option__updated__at\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_escalation_policy_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/escalation/policy/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "escalation",
            "policy",
            "by",
            "id"
          ]
        },
        "description": "Updates an existing escalation policy in pagerduty with new settings and rules. this endpoint allows you to modify various aspects of an escalation policy, including its name, description, escalation ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_escalation_policy_for_team",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/escalation/policy/for/team",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "escalation",
            "policy",
            "for",
            "team"
          ]
        },
        "description": "This endpoint updates an existing escalation policy for a specific team in pagerduty. it modifies incident escalation rules within the team context, crucial for maintaining up-to-date response workflo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"escalation_policy_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_event_orchestration_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/event/orchestration/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "event",
            "orchestration",
            "by",
            "id"
          ]
        },
        "description": "Updates an existing event orchestration in pagerduty. this endpoint allows you to modify the name, description, and team ownership of a specific orchestration identified by its id. it's used to refine",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"orchestration__id\": \"\",\n  \"orchestration__name\": \"\",\n  \"orchestration__self\": \"\",\n  \"orchestration__routes\": 0,\n  \"orchestration__version\": \"\",\n  \"orchestration__team__id\": \"\",\n  \"orchestration__team__self\": \"\",\n  \"orchestration__team__type\": \"\",\n  \"orchestration__created__at\": \"\",\n  \"orchestration__description\": \"\",\n  \"orchestration__updated__at\": \"\",\n  \"orchestration__integrations\": \"\",\n  \"orchestration__created__by__id\": \"\",\n  \"orchestration__updated__by__id\": \"\",\n  \"orchestration__created__by__self\": \"\",\n  \"orchestration__created__by__type\": \"\",\n  \"orchestration__updated__by__self\": \"\",\n  \"orchestration__updated__by__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_event_orchestration_cache_variable",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/event/orchestration/cache/variable",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "event",
            "orchestration",
            "cache",
            "variable"
          ]
        },
        "description": "This endpoint allows you to update an existing cache variable within a specific event orchestration in pagerduty. cache variables are used to store and manipulate dynamic data extracted from events, e",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"cache_variable_id\": \"\",\n  \"cache__variable__id\": \"\",\n  \"cache__variable__name\": \"\",\n  \"cache__variable__disabled\": false,\n  \"cache__variable__conditions\": \"\",\n  \"cache__variable__created__at\": \"\",\n  \"cache__variable__updated__at\": \"\",\n  \"cache__variable__configuration\": {},\n  \"cache__variable__created__by__id\": \"\",\n  \"cache__variable__updated__by__id\": \"\",\n  \"cache__variable__created__by__self\": \"\",\n  \"cache__variable__created__by__type\": \"\",\n  \"cache__variable__updated__by__self\": \"\",\n  \"cache__variable__updated__by__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_event_rule_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/event/rule/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "event",
            "rule",
            "by",
            "id"
          ]
        },
        "description": "This endpoint allows you to update an existing event rule within a specified ruleset in pagerduty. event rules define conditions for matching events and actions to take when those conditions are met. ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_event_rule_for_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/event/rule/for/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "event",
            "rule",
            "for",
            "service"
          ]
        },
        "description": "This endpoint allows you to update an existing event rule for a specific service in pagerduty. event rules are used to define how incoming events should be processed, including conditions for matching",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_extension_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/extension/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "extension",
            "by",
            "id"
          ]
        },
        "description": "Updates an existing extension in pagerduty. this endpoint allows you to modify the configuration of a previously created extension, such as a webhook or custom integration. you can update properties l",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_global_orchestration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/global/orchestration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "global",
            "orchestration"
          ]
        },
        "description": "Update the global orchestration for an event orchestration. global orchestration rules allows you to create a set of event rules. these rules evaluate against all events sent to an event orchestration",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_incident_alerts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/incident/alerts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "incident",
            "alerts"
          ]
        },
        "description": "This endpoint allows you to update the status of multiple alerts associated with a specific incident in pagerduty. it is particularly useful for bulk operations when you need to resolve or update the ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"total\": false,\n  \"alerts\": \"\",\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_incident_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/incident/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "incident",
            "by",
            "id"
          ]
        },
        "description": "The updateincident endpoint allows you to modify various attributes of an existing incident in pagerduty's incident management system. this put operation enables users to update incident status, prior",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"incident__type\": \"\",\n  \"incident__title\": \"\",\n  \"incident__status\": \"\",\n  \"incident__urgency\": \"\",\n  \"incident__resolution\": \"\",\n  \"incident__assignments\": \"\",\n  \"incident__escalation__level\": 0,\n  \"incident__incident__type__id\": \"\",\n  \"incident__incident__type__name\": \"\",\n  \"incident__conference__bridge__conference__url\": \"\",\n  \"incident__conference__bridge__conference__number\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_incident_custom_field_values",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/incident/custom/field/values",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "incident",
            "custom",
            "field",
            "values"
          ]
        },
        "description": "This endpoint updates custom field values for a specific incident in pagerduty. it allows you to modify or add custom fields to provide additional context or information about the incident. the endpoi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"custom_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_incident_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/incident/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "incident",
            "details"
          ]
        },
        "description": "This endpoint allows for bulk updating of multiple pagerduty incidents in a single api call. it can be used to modify various attributes of incidents such as status, priority, assignments, and more. t",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"total\": false,\n  \"offset\": 0,\n  \"incidents\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_incident_workflow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/incident/workflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "incident",
            "workflow"
          ]
        },
        "description": "This endpoint updates an existing incident workflow in pagerduty by its unique identifier. it allows you to modify various aspects of the workflow, including its name, description, associated team, an",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_integration_by_id_and_integration_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/integration/by/id/and/integration/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "integration",
            "by",
            "id",
            "and",
            "integration",
            "id"
          ]
        },
        "description": "Updates an existing integration for a specific pagerduty service. this endpoint allows you to modify the configuration of an integration, including its type, name, and various settings related to emai",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"integration_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_integration_label",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/integration/label",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "integration",
            "label"
          ]
        },
        "description": "This endpoint updates the label (name) of an integration associated with a specific event orchestration in pagerduty. it allows users to rename integrations for better organization and clarity within ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"integration_id\": \"\",\n  \"integration__label\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_log_entry_channel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/log/entry/channel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "log",
            "entry",
            "channel"
          ]
        },
        "description": "Updates the channel information for a specific log entry in pagerduty. this endpoint allows you to modify the details of how notifications are delivered for a particular log entry, while maintaining t",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"channel__type\": \"\",\n  \"channel__details\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_maintenance_window_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/maintenance/window/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "maintenance",
            "window",
            "by",
            "id"
          ]
        },
        "description": "Updates an existing maintenance window in pagerduty's incident management system. this endpoint allows you to modify the details of a scheduled maintenance period, including its start and end times, a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_oncall_handoff_notification_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/oncall/handoff/notification/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "oncall",
            "handoff",
            "notification",
            "rule"
          ]
        },
        "description": "This endpoint updates an existing on-call handoff notification rule for a specific user in pagerduty. it allows you to modify the notification delay, handoff type, and contact method for the rule. use",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"oncall_handoff_notification_rule_id\": \"\",\n  \"oncall__handoff__notification__rule__id\": \"\",\n  \"oncall__handoff__notification__rule__handoff__type\": \"\",\n  \"oncall__handoff__notification__rule__notify__advance__in__minutes\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_orchestration_router_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/orchestration/router/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "orchestration",
            "router",
            "details"
          ]
        },
        "description": "Updates the configuration of an existing event orchestration router in pagerduty. this endpoint allows you to modify the rules and routing logic for incoming events, determining how they are directed ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_response_play_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/response/play/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "response",
            "play",
            "by",
            "id"
          ]
        },
        "description": "Updates an existing response play in pagerduty's incident management system. this endpoint allows you to modify various aspects of a response play, including its name, description, associated team, su",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_ruleset_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/ruleset/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "ruleset",
            "by",
            "id"
          ]
        },
        "description": "Updates an existing ruleset in the pagerduty incident management system. this endpoint allows you to modify the name of a ruleset or change its team association. it's used when you need to adjust the ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"ruleset__id\": \"\",\n  \"ruleset__name\": \"\",\n  \"ruleset__self\": \"\",\n  \"ruleset__type\": \"\",\n  \"ruleset__team__id\": \"\",\n  \"ruleset__team__self\": \"\",\n  \"ruleset__team__type\": \"\",\n  \"ruleset__created__at\": \"\",\n  \"ruleset__creator__id\": \"\",\n  \"ruleset__updated__at\": \"\",\n  \"ruleset__updater__id\": \"\",\n  \"ruleset__creator__self\": \"\",\n  \"ruleset__creator__type\": \"\",\n  \"ruleset__routing__keys\": \"\",\n  \"ruleset__updater__self\": \"\",\n  \"ruleset__updater__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_schedule_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/schedule/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "schedule",
            "by",
            "id"
          ]
        },
        "description": "The updateschedule endpoint modifies an existing on-call schedule in pagerduty. it updates the schedule's name, time zone, description, and layers. each layer defines a rotation pattern for on-call du",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"overflow\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_service_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/service/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "service",
            "by",
            "id"
          ]
        },
        "description": "Updates an existing service in pagerduty with the provided configuration. this endpoint allows you to modify various aspects of a service, such as its name, description, escalation policy, incident ur",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_service_orchestration_active_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/service/orchestration/active/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "service",
            "orchestration",
            "active",
            "status"
          ]
        },
        "description": "This endpoint updates the active status of a specific service orchestration in pagerduty. it allows you to activate or deactivate a service orchestration by setting its 'active' status. use this endpo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"active\": false,\n  \"service_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_standard_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/standard/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "standard",
            "by",
            "id"
          ]
        },
        "description": "Updates an existing standard in the pagerduty incident management platform. this endpoint allows you to modify various attributes of a standard, including its active status, filtering criteria, descri",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_status_page_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/status/page/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "status",
            "page",
            "post"
          ]
        },
        "description": "Updates an existing post update on a pagerduty status page. this endpoint allows you to modify the details of a specific post update, including its message, status, severity, impacted services, and no",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_id\": \"\",\n  \"post_update_id\": \"\",\n  \"post__update__self\": \"\",\n  \"post__update__type\": \"\",\n  \"post__update__message\": \"\",\n  \"post__update__post__id\": \"\",\n  \"post__update__post__type\": \"\",\n  \"post__update__status__id\": \"\",\n  \"post__update__reported__at\": \"\",\n  \"post__update__severity__id\": \"\",\n  \"post__update__status__type\": \"\",\n  \"post__update__severity__type\": \"\",\n  \"post__update__impacted__services\": \"\",\n  \"post__update__notify__subscribers\": false,\n  \"post__update__update__frequency__ms\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_status_page_post_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/status/page/post/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "status",
            "page",
            "post",
            "info"
          ]
        },
        "description": "Creates or updates a post update on a specific pagerduty status page. this endpoint allows you to add new information or modify existing updates related to an incident or maintenance event. use this w",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_id\": \"\",\n  \"post__update__self\": \"\",\n  \"post__update__type\": \"\",\n  \"post__update__message\": \"\",\n  \"post__update__post__id\": \"\",\n  \"post__update__post__type\": \"\",\n  \"post__update__status__id\": \"\",\n  \"post__update__reported__at\": \"\",\n  \"post__update__severity__id\": \"\",\n  \"post__update__status__type\": \"\",\n  \"post__update__severity__type\": \"\",\n  \"post__update__impacted__services\": \"\",\n  \"post__update__notify__subscribers\": false,\n  \"post__update__update__frequency__ms\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_status_page_post_postmortem",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/status/page/post/postmortem",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "status",
            "page",
            "post",
            "postmortem"
          ]
        },
        "description": "Updates or creates a postmortem for a specific post on a pagerduty status page. this endpoint allows users to add detailed analysis and insights about an incident after its resolution. it's primarily ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_id\": \"\",\n  \"postmortem__type\": \"\",\n  \"postmortem__message\": \"\",\n  \"postmortem__post__id\": \"\",\n  \"postmortem__post__type\": \"\",\n  \"postmortem__notify__subscribers\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_status_page_post_resource",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/status/page/post/resource",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "status",
            "page",
            "post",
            "resource"
          ]
        },
        "description": "This endpoint allows you to update an existing status page post on a specific pagerduty status page. it is used to modify the details of a post, such as its title, type (incident or maintenance), and ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"post_id\": \"\",\n  \"post__type\": \"\",\n  \"post__title\": \"\",\n  \"post__ends__at\": \"\",\n  \"post__post__type\": \"\",\n  \"post__starts__at\": \"\",\n  \"post__status__page__id\": \"\",\n  \"post__status__page__type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_team_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/team/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "team",
            "by",
            "id"
          ]
        },
        "description": "This endpoint allows you to update an existing team's information in pagerduty. it is used to modify team properties such as name, description, and access permissions (public/private). the endpoint sh",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_template_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/template/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "template",
            "by",
            "id"
          ]
        },
        "description": "The updatetemplate endpoint allows you to modify an existing status update template in pagerduty. this tool is used to customize notification templates for incident status updates, enabling consistent",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"template__name\": \"\",\n  \"template__description\": \"\",\n  \"template__template__type\": \"\",\n  \"template__templated__fields__message\": \"\",\n  \"template__templated__fields__email__body\": \"\",\n  \"template__templated__fields__email__subject\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_the_service_orchestration_for_a_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/the/service/orchestration/for/a/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "the",
            "service",
            "orchestration",
            "for",
            "a",
            "service"
          ]
        },
        "description": "Update a service orchestration. a service orchestration allows you to create a set of event rules. the service orchestration evaluates events sent to this service against each of its rules, beginning ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"service_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_unrouted_orchestration_rules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/unrouted/orchestration/rules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "unrouted",
            "orchestration",
            "rules"
          ]
        },
        "description": "Updates the unrouted orchestration rules for a specific event orchestration in pagerduty. this endpoint allows you to define how events that don't match any service-specific rules should be handled. i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_user_information",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/user/information",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "user",
            "information"
          ]
        },
        "description": "This endpoint allows updating an existing user's information in pagerduty. it is used to modify various attributes of a user's profile, including their name, email, time zone, role, and other details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_user_notification_rule_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/user/notification/rule/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "user",
            "notification",
            "rule",
            "by",
            "id"
          ]
        },
        "description": "Updates a specific status update notification rule for a pagerduty user. this endpoint allows you to modify how a user receives notifications about incident status changes. it's used to change the con",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"status_update_notification_rule_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_user_role_on_team",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/user/role/on/team",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "user",
            "role",
            "on",
            "team"
          ]
        },
        "description": "Updates the role of a specific user within a pagerduty team. this endpoint allows you to modify a user's permissions and responsibilities by changing their role in the team structure. use this when yo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"role\": \"\",\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "pagerduty_update_workflow_integration_connection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/workflow/integration/connection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "workflow",
            "integration",
            "connection"
          ]
        },
        "description": "Update an existing workflow integration connection. scoped oauth requires: `workflow integrations:connections.write`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"name\": \"\",\n  \"type\": \"\",\n  \"teams\": \"\",\n  \"scopes\": \"\",\n  \"is_default\": false,\n  \"external_id\": \"\",\n  \"service_url\": \"\",\n  \"integration_id\": \"\",\n  \"external_id_label\": \"\",\n  \"health__is__healthy\": false,\n  \"health__health__message\": \"\",\n  \"health__last__checked__at\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}