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": "f1b04cc3-e9fa-4389-a40a-39b6944813b8",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 21",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "42eca87df75678da68e1987cd374a160f0c5b604265068a6295c89cfd53b01f4",
"alert_urgency_id": "4ef89c85-05e5-4af5-aa5b-bcae661908ed",
"created_at": "2025-12-01T09:19:29.547-08:00",
"updated_at": "2025-12-01T09:19:29.547-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": []
}
}
}
}Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_sources/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "f1b04cc3-e9fa-4389-a40a-39b6944813b8",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 21",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "42eca87df75678da68e1987cd374a160f0c5b604265068a6295c89cfd53b01f4",
"alert_urgency_id": "4ef89c85-05e5-4af5-aa5b-bcae661908ed",
"created_at": "2025-12-01T09:19:29.547-08:00",
"updated_at": "2025-12-01T09:19:29.547-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": []
}
}
}
}