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": "e71e1da4-2b72-4194-a676-cb95f958c260",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "d36f892a-c936-4e98-a40d-4f16980b98b4",
      "kind": "incident_types",
      "private": false,
      "resource_id": "0d3a3249-a0cf-46b8-a436-f07a1e87416b",
      "resource_type": "IncidentType",
      "updated_at": "2025-09-12T22:27:38.271-07:00",
      "created_at": "2025-09-12T22:27:38.271-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

The response is of type object.