Retrieves a specific alert source by id
curl --request GET \
--url https://api.rootly.com/v1/alert_sources/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "47cb8e8f-4114-4dae-8c15-ac497ddeb1a5",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 21",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "d3a135fd9df8873978e1cd0f0a4abd85c5e11d74e8e7ae11d287eaa4e0ec4a68",
"alert_urgency_id": "b593f2c2-ff05-4d88-a6ba-85cfaeec85aa",
"created_at": "2026-02-02T20:35:31.415-08:00",
"updated_at": "2026-02-02T20:35:31.415-08:00",
"webhook_endpoint": "http://localhost:3001/webhooks/incoming/datadog_webhooks/notify/<TYPE>/<ID>",
"owner_group_ids": [],
"alert_source_urgency_rules_attributes": [],
"alert_source_fields_attributes": [],
"sourceable_attributes": null,
"alert_template_attributes": null,
"resolution_rule_attributes": null
},
"relationships": {
"alert_source_urgency_rules": {
"data": []
},
"alert_source_fields": {
"data": []
}
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_sources/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "47cb8e8f-4114-4dae-8c15-ac497ddeb1a5",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 21",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "d3a135fd9df8873978e1cd0f0a4abd85c5e11d74e8e7ae11d287eaa4e0ec4a68",
"alert_urgency_id": "b593f2c2-ff05-4d88-a6ba-85cfaeec85aa",
"created_at": "2026-02-02T20:35:31.415-08:00",
"updated_at": "2026-02-02T20:35:31.415-08:00",
"webhook_endpoint": "http://localhost:3001/webhooks/incoming/datadog_webhooks/notify/<TYPE>/<ID>",
"owner_group_ids": [],
"alert_source_urgency_rules_attributes": [],
"alert_source_fields_attributes": [],
"sourceable_attributes": null,
"alert_template_attributes": null,
"resolution_rule_attributes": null
},
"relationships": {
"alert_source_urgency_rules": {
"data": []
},
"alert_source_fields": {
"data": []
}
}
}
}