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": "7307a6ae-28f7-48d7-9711-2f51d417836c",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 56",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "54ae37730b9a484023f8b80cfef87bc7ebf4eeb61acbb5c62e2ff4d3ccfa97f5",
"alert_urgency_id": "c1fd3bae-52ee-4d0b-bb30-345d0cae2c1d",
"created_at": "2026-02-23T05:09:24.071-08:00",
"updated_at": "2026-02-23T05:09:24.071-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": "7307a6ae-28f7-48d7-9711-2f51d417836c",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 56",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "54ae37730b9a484023f8b80cfef87bc7ebf4eeb61acbb5c62e2ff4d3ccfa97f5",
"alert_urgency_id": "c1fd3bae-52ee-4d0b-bb30-345d0cae2c1d",
"created_at": "2026-02-23T05:09:24.071-08:00",
"updated_at": "2026-02-23T05:09:24.071-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": []
}
}
}
}