GET
/
v1
/
causes
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/causes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "14bbaa5e-a484-49a6-9d5d-1b7d1d719ba2",
    "type": "causes",
    "attributes": {
      "slug": "necessitatibus-quidem-tempore-qui",
      "name": "Necessitatibus quidem tempore qui.",
      "description": "Ducimus doloribus tenetur ipsa.",
      "position": 1,
      "created_at": "2025-05-29T17:41:06.244-07:00",
      "updated_at": "2025-05-29T17:41:06.244-07:00"
    }
  }
}

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

cause found

The response is of type object.