GET
/
v1
/
alert_sources
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/alert_sources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "23bc7f3a-415e-4522-9997-7092b7f6e97b",
    "type": "alert_sources",
    "attributes": {
      "name": "Alert Source 4",
      "source_type": "datadog",
      "status": "setup_incomplete",
      "secret": "bed3e7cbcc95e17543aba6b9dda1543d306769ba917510c5f070ab08b85791ba",
      "alert_urgency_id": "8f0fbde9-1952-46a4-b9b2-c7aa40c54393",
      "created_at": "2025-05-29T17:40:17.157-07:00",
      "updated_at": "2025-05-29T17:40:17.157-07:00",
      "webhook_endpoint": "http://localhost:3001/webhooks/incoming/datadog_webhooks/notify/<TYPE>/<ID>",
      "owner_group_ids": [],
      "alert_source_urgency_rules_attributes": [],
      "sourceable_attributes": null,
      "alert_template_attributes": null,
      "resolution_rule_attributes": null
    },
    "relationships": {
      "alert_source_urgency_rules": {
        "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.