PAGERDUTY_LIST_INCIDENT_TYPES

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 filtered by enabled or disabled types. <!-- 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. For more information see the [API Concepts Document](../../api-reference/ZG9jOjI3NDc5Nzc-api-concepts#incidentType) Scoped OAuth requires: `incident_types.read`

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "filter": {
      "enum": [
        "enabled",
        "disabled",
        "all"
      ],
      "type": "string",
      "title": "Filter",
      "default": "enabled",
      "description": "Filters the list of incident types based on their `enabled` state."
    }
  }
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

PagerDuty

Remote

pagerduty

View product →