Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
alert source found
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": "3ab94a30-02ac-4b54-aeb8-7c7717d47c92",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 21",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "f5299eef07fa8cf1c3b0a42e70cb6453b2127b07a8150146f7437a1aeaf40684",
"alert_urgency_id": "1b8eec01-6211-4b79-904a-092c89c26fea",
"created_at": "2025-11-17T11:11:46.415-08:00",
"updated_at": "2025-11-17T11:11:46.415-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": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
alert source found
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": "3ab94a30-02ac-4b54-aeb8-7c7717d47c92",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 21",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "f5299eef07fa8cf1c3b0a42e70cb6453b2127b07a8150146f7437a1aeaf40684",
"alert_urgency_id": "1b8eec01-6211-4b79-904a-092c89c26fea",
"created_at": "2025-11-17T11:11:46.415-08:00",
"updated_at": "2025-11-17T11:11:46.415-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": []
}
}
}
}