Retrieves a specific incident_permission_set by id
curl --request GET \
--url https://api.rootly.com/v1/incident_permission_sets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e05993bf-560f-4cf8-b6f4-c75e1b07e5be",
"type": "incident_permission_sets",
"attributes": {
"team_id": 298,
"name": "Saepe quaerat eum et.",
"slug": "saepe-quaerat-eum-et",
"description": "In et aut sit.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2025-12-05T21:26:08.618-08:00",
"created_at": "2025-12-05T21:26:08.618-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
incident_permission_set found
Show child attributes
Unique ID of the incident permission set
incident_permission_sets Show child attributes
The incident permission set name.
The incident permission set slug.
The incident permission set description.
create, read, update, delete create, read, update, delete Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_permission_sets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e05993bf-560f-4cf8-b6f4-c75e1b07e5be",
"type": "incident_permission_sets",
"attributes": {
"team_id": 298,
"name": "Saepe quaerat eum et.",
"slug": "saepe-quaerat-eum-et",
"description": "In et aut sit.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2025-12-05T21:26:08.618-08:00",
"created_at": "2025-12-05T21:26:08.618-08:00"
}
}
}