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": "b64d3425-5197-42c0-994c-29458633072c",
"type": "incident_permission_sets",
"attributes": {
"team_id": 360,
"name": "Et magni veritatis enim.",
"slug": "et-magni-veritatis-enim",
"description": "Sit delectus tempora aut.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2026-02-12T20:43:28.170-08:00",
"created_at": "2026-02-12T20:43:28.170-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": "b64d3425-5197-42c0-994c-29458633072c",
"type": "incident_permission_sets",
"attributes": {
"team_id": 360,
"name": "Et magni veritatis enim.",
"slug": "et-magni-veritatis-enim",
"description": "Sit delectus tempora aut.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2026-02-12T20:43:28.170-08:00",
"created_at": "2026-02-12T20:43:28.170-08:00"
}
}
}