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": "571c1162-d9bb-4356-ac85-d70dd4406151",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 21",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "6d2c58c046ae93ca3f26c04e4b401a01d1550de1e9998fdd9e7ca4af17171155",
"alert_urgency_id": "063e1218-f3a1-4c3f-8f96-3cd5c4b3262b",
"created_at": "2026-01-12T18:46:37.689-08:00",
"updated_at": "2026-01-12T18:46:37.689-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": "571c1162-d9bb-4356-ac85-d70dd4406151",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 21",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "6d2c58c046ae93ca3f26c04e4b401a01d1550de1e9998fdd9e7ca4af17171155",
"alert_urgency_id": "063e1218-f3a1-4c3f-8f96-3cd5c4b3262b",
"created_at": "2026-01-12T18:46:37.689-08:00",
"updated_at": "2026-01-12T18:46:37.689-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": []
}
}
}
}