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": "aa9added-aca5-49f4-80fe-2b50902505d0",
"type": "incident_permission_sets",
"attributes": {
"team_id": 325,
"name": "Non unde rerum ullam.",
"slug": "non-unde-rerum-ullam",
"description": "Iusto quos iste illo.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2025-12-22T14:55:10.671-08:00",
"created_at": "2025-12-22T14:55:10.671-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_permission_sets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "aa9added-aca5-49f4-80fe-2b50902505d0",
"type": "incident_permission_sets",
"attributes": {
"team_id": 325,
"name": "Non unde rerum ullam.",
"slug": "non-unde-rerum-ullam",
"description": "Iusto quos iste illo.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2025-12-22T14:55:10.671-08:00",
"created_at": "2025-12-22T14:55:10.671-08:00"
}
}
}