Skip to main content
GET
/
v1
/
incident_permission_sets
/
{id}
Retrieves an incident_permission_set
curl --request GET \
  --url https://api.rootly.com/v1/incident_permission_sets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e05993bf-560f-4cf8-b6f4-c75e1b07e5be",
    "type": "incident_permission_sets",
    "attributes": {
      "team_id": 298,
      "name": "Saepe quaerat eum et.",
      "slug": "saepe-quaerat-eum-et",
      "description": "In et aut sit.",
      "private_incident_permissions": [
        "read"
      ],
      "public_incident_permissions": [
        "read"
      ],
      "updated_at": "2025-12-05T21:26:08.618-08:00",
      "created_at": "2025-12-05T21:26:08.618-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
required

Resource UUID

Response

incident_permission_set found

data
object
required