Retrieves a specific severity by id
curl --request GET \
--url https://api.rootly.com/v1/severities/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3ded1aa0-f9c9-4f1f-94ba-5cb2d9522b5b",
"type": "severities",
"attributes": {
"name": "9cc7b",
"slug": "9cc7b",
"description": "Corporis voluptatem at repudiandae.",
"severity": "medium",
"color": "#E58A1F",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-12-12T00:28:11.402-08:00",
"updated_at": "2025-12-12T00:28:11.402-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
severity found
Show child attributes
Unique ID of the severity
severities Show child attributes
The name of the severity
Date of creation
Date of last update
The slug of the severity
The description of the severity
The severity of the severity
critical, high, medium, low The hex color of the severity
Position of the severity
Emails to attach to the severity
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/severities/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3ded1aa0-f9c9-4f1f-94ba-5cb2d9522b5b",
"type": "severities",
"attributes": {
"name": "9cc7b",
"slug": "9cc7b",
"description": "Corporis voluptatem at repudiandae.",
"severity": "medium",
"color": "#E58A1F",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-12-12T00:28:11.402-08:00",
"updated_at": "2025-12-12T00:28:11.402-08:00"
}
}
}