GET
/
v1
/
alert_sources
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/alert_sources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4ba5d2a0-3d7b-4fdd-974f-df07d00656e0",
    "type": "alert_sources",
    "attributes": {
      "name": "Alert Source 4",
      "source_type": "datadog",
      "status": "setup_incomplete",
      "secret": "68709eadde59183f0d944eaf8b91698afb8f29511e62464c00690a42f181d2e7",
      "alert_urgency_id": "c0711e57-50ba-46f2-a898-1e5a63740c7d",
      "created_at": "2025-06-19T02:37:19.755-07:00",
      "updated_at": "2025-06-19T02:37:19.755-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.