GET
/
v1
/
causes
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/causes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "5532aee6-b44f-407c-9223-4d5cea91c863",
    "type": "causes",
    "attributes": {
      "slug": "voluptas-facilis-vero-vel",
      "name": "Voluptas facilis vero vel.",
      "description": "Reiciendis iusto et quis.",
      "position": 1,
      "created_at": "2025-03-22T22:58:32.120-07:00",
      "updated_at": "2025-03-22T22:58:32.120-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