PAGERDUTY_LIST_TEMPLATES

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 endpoint should be used when you need to view or manage the existing templates in your PagerDuty account. It provides an overview of all templates, which can be useful for auditing, updating, or selecting templates for use in incident management workflows. The endpoint does not create, modify, or delete templates; it is solely for retrieving template information.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "title": "Limit",
      "description": "The number of results per page."
    },
    "query": {
      "type": "string",
      "title": "Query",
      "description": "Template name or description to search"
    },
    "total": {
      "type": "boolean",
      "title": "Total",
      "default": false,
      "description": "By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times. Set `total` to `true` for this field to be populated. See our [Pagination Docs](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for more information.  "
    },
    "offset": {
      "type": "integer",
      "title": "Offset",
      "description": "Offset to start pagination search results."
    },
    "sort_by": {
      "enum": [
        "name",
        "name:asc",
        "name:desc",
        "created_at",
        "created_at:asc",
        "created_at:desc"
      ],
      "type": "string",
      "title": "Sort By",
      "default": "created_at:asc",
      "description": "Used to specify both the field you wish to sort the results on (name/created_at), as well as the direction (asc/desc) of the results. The sort_by field and direction should be separated by a colon. Sort direction defaults to ascending. "
    },
    "template_type": {
      "type": "string",
      "title": "Template Type",
      "default": "status_update",
      "description": "Filters templates by type."
    }
  }
}
          

Remote Providers (1)

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

PagerDuty

Remote

pagerduty

View product →