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": "c11c8b67-ab42-42cf-b59c-1ad572f7bfc0",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 21",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "67264c25283231422c088c7eab20bdef76e01895cd35120d989ca61d044e7544",
"alert_urgency_id": "ddcd8523-5c87-445a-b108-07185e7175db",
"created_at": "2025-12-24T09:22:52.806-08:00",
"updated_at": "2025-12-24T09:22:52.806-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": "c11c8b67-ab42-42cf-b59c-1ad572f7bfc0",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 21",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "67264c25283231422c088c7eab20bdef76e01895cd35120d989ca61d044e7544",
"alert_urgency_id": "ddcd8523-5c87-445a-b108-07185e7175db",
"created_at": "2025-12-24T09:22:52.806-08:00",
"updated_at": "2025-12-24T09:22:52.806-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": []
}
}
}
}