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": "55ed07b9-0834-4053-91ab-77d9fe90a4e9",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "3c33af9f-a722-4596-a2cd-51f092699b4d",
      "kind": "incident_types",
      "private": false,
      "resource_id": "7cfab7f2-8d26-4284-97c7-6c7b0c7aacbd",
      "resource_type": "IncidentType",
      "updated_at": "2026-01-30T05:50:47.761-08:00",
      "created_at": "2026-01-30T05:50:47.761-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