PAGERDUTY_GET_AN_INCIDENT_TYPE

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, such as a security incident, a major incident, or a fraud incident. <!-- 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#incident) Scoped OAuth requires: `incident_types.read`

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "type_id_or_name": {
      "type": "string",
      "title": "Type Id Or Name",
      "description": "The ID or name of the Incident Type."
    }
  }
}
          

Remote Providers (1)

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

PagerDuty

Remote

pagerduty

View product →