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": "ad0b4dc6-70c0-4d2e-80da-d5ffc578676c",
"type": "incident_permission_sets",
"attributes": {
"team_id": 350,
"name": "Rerum amet aut molestiae.",
"slug": "rerum-amet-aut-molestiae",
"description": "Sit id tempore sunt.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2026-02-02T20:40:04.409-08:00",
"created_at": "2026-02-02T20:40:04.409-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": "ad0b4dc6-70c0-4d2e-80da-d5ffc578676c",
"type": "incident_permission_sets",
"attributes": {
"team_id": 350,
"name": "Rerum amet aut molestiae.",
"slug": "rerum-amet-aut-molestiae",
"description": "Sit id tempore sunt.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2026-02-02T20:40:04.409-08:00",
"created_at": "2026-02-02T20:40:04.409-08:00"
}
}
}