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": "418b0517-5c67-46c8-b822-7c0674bcd6da",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "77e624b1-95d1-4d78-9666-e9a4b0da73e1",
      "kind": "incident_types",
      "private": false,
      "resource_id": "baaa0bdf-9fcb-4bfa-baeb-5d640f93cd05",
      "resource_type": "IncidentType",
      "updated_at": "2026-01-09T02:13:08.900-08:00",
      "created_at": "2026-01-09T02:13:08.900-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