GET
/
v1
/
causes
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/causes/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "47b3879f-72ea-4682-a4eb-43ac025e2741",
    "type": "causes",
    "attributes": {
      "slug": "quo-possimus-atque-fuga",
      "name": "Quo possimus atque fuga.",
      "description": "Et repellendus impedit odio.",
      "position": 1,
      "created_at": "2025-03-13T11:59:29.088-07:00",
      "updated_at": "2025-03-13T11:59:29.088-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
data
object
required