GET
/
v1
/
alert_sources
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/alert_sources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e5ad3571-dac3-464d-8603-211816586078",
    "type": "alert_sources",
    "attributes": {
      "name": "Alert Source 4",
      "source_type": "datadog",
      "status": "setup_incomplete",
      "secret": "6d83cacc2d1d3008a62594885ef9330dc9cbaf7fd7d0d22f1ff21040942e7937",
      "alert_urgency_id": "64016b34-6240-4c08-9eb6-e918bcfd2446",
      "created_at": "2025-07-01T22:45:40.701-07:00",
      "updated_at": "2025-07-01T22:45:40.701-07: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": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

alert source found

The response is of type object.