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": "233828f3-6cff-4fc2-95fb-e90a2ebc6629",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "67a9a6cf-4089-47a9-bc46-cff2ef43adb2",
      "kind": "incident_types",
      "private": false,
      "resource_id": "f81c91d6-1a7e-4994-89a4-6ba2b029b671",
      "resource_type": "IncidentType",
      "updated_at": "2026-02-13T07:03:55.871-08:00",
      "created_at": "2026-02-13T07:03:55.871-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