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": "25e6711e-6f47-4aea-88b1-353d122203a8",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 21",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "589994ce26e997bfbb90c51fcfa36b32490b6cb2a2fee30decfe26a005978134",
"alert_urgency_id": "778c4fe9-e938-4798-a2ef-cac22df77f76",
"created_at": "2026-01-09T17:09:51.213-08:00",
"updated_at": "2026-01-09T17:09:51.213-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": "25e6711e-6f47-4aea-88b1-353d122203a8",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 21",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "589994ce26e997bfbb90c51fcfa36b32490b6cb2a2fee30decfe26a005978134",
"alert_urgency_id": "778c4fe9-e938-4798-a2ef-cac22df77f76",
"created_at": "2026-01-09T17:09:51.213-08:00",
"updated_at": "2026-01-09T17:09:51.213-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": []
}
}
}
}