Skip to main content
GET
/
v1
/
alert_fields
/
{id}
Retrieves an alert field
curl --request GET \
  --url https://api.rootly.com/v1/alert_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "type": "alert_fields",
    "attributes": {
      "slug": "<string>",
      "name": "<string>",
      "kind": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    },
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
required

Resource UUID

Response

alert_field found by slug

data
object
required