GET /status_dashboards/url_slugs/{url_slug}

Get a Status Dashboard by its PagerDuty url_slug. A url_slug is a human-readable reference for a custom Status Dashboard that may be created or changed in the UI. It will generally be a dash-separated-string-like-this.

Scoped OAuth requires: status_dashboards.read

Servers

Path parameters

Name Type Required Description
url_slug String Yes

The url_slug for a status dashboard

Request headers

Name Type Required Description
Accept String Yes

The Accept header is used as a versioning header.

Default value: "application/vnd.pagerduty+json;version=2"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.