Retrieves a specific alert field by id
curl --request GET \
--url https://api.rootly.com/v1/alert_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "479c3c91-591a-4fe4-9042-e68f8be0d854",
"type": "alert_fields",
"attributes": {
"slug": "alert-field-1",
"name": "Alert Field 1",
"kind": "custom",
"created_at": "2026-02-13T07:46:57.240-08:00",
"updated_at": "2026-02-13T07:46:57.240-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "479c3c91-591a-4fe4-9042-e68f8be0d854",
"type": "alert_fields",
"attributes": {
"slug": "alert-field-1",
"name": "Alert Field 1",
"kind": "custom",
"created_at": "2026-02-13T07:46:57.240-08:00",
"updated_at": "2026-02-13T07:46:57.240-08:00"
}
}
}