Skip to main content
GET
/
v1
/
incident_permission_set_resources
/
{id}
Retrieves an incident_permission_set_resource
curl --request GET \
  --url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "62434b01-75c5-428f-96f1-a6f12f10ed78",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "eb6e07d2-5d3a-483b-85bf-2612a0d75947",
      "kind": "incident_types",
      "private": false,
      "resource_id": "ebdf9418-4b51-4328-9632-6a245d30a5f0",
      "resource_type": "IncidentType",
      "updated_at": "2025-12-03T13:53:23.772-08:00",
      "created_at": "2025-12-03T13:53:23.772-08: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

incident_permission_set_resource found

data
object
required