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": "2e18e9ab-d55f-4e0c-a0e6-8ec9397b7ed3",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "3dffa4be-eea9-4318-8832-192b99a4c252",
      "kind": "incident_types",
      "private": false,
      "resource_id": "72a28f01-df9e-41ad-86f9-793ac8675671",
      "resource_type": "IncidentType",
      "updated_at": "2025-10-13T09:59:41.667-07:00",
      "created_at": "2025-10-13T09:59:41.667-07: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
I