GET
/
v1
/
incident_permission_sets
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_permission_sets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "7e168dac-b899-4253-aee0-3e44e54bc531",
    "type": "incident_permission_sets",
    "attributes": {
      "team_id": 192,
      "name": "Numquam cum saepe ipsa.",
      "slug": "numquam-cum-saepe-ipsa",
      "description": "Dolor quia adipisci esse.",
      "private_incident_permissions": [
        "read"
      ],
      "public_incident_permissions": [
        "read"
      ],
      "updated_at": "2025-05-08T00:21:09.933-07:00",
      "created_at": "2025-05-08T00:21:09.933-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
incident_permission_set found

The response is of type object.