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": "8a30a425-0a44-4c92-903f-47b3abc48aab",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 56",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "d727b2c7b8bc1f34e5a1858586a09c03966ad005c335930dab2cc07f4b75f22f",
"alert_urgency_id": "7c45e0ca-5c5a-4631-bb06-aa060a0933fb",
"created_at": "2026-02-23T06:10:06.570-08:00",
"updated_at": "2026-02-23T06:10:06.570-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": "8a30a425-0a44-4c92-903f-47b3abc48aab",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 56",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "d727b2c7b8bc1f34e5a1858586a09c03966ad005c335930dab2cc07f4b75f22f",
"alert_urgency_id": "7c45e0ca-5c5a-4631-bb06-aa060a0933fb",
"created_at": "2026-02-23T06:10:06.570-08:00",
"updated_at": "2026-02-23T06:10:06.570-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": []
}
}
}
}