GET
/
v1
/
custom_forms
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/custom_forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "60b48a20-68ef-49a8-910b-09ac0ceb49e6",
    "type": "custom_forms",
    "attributes": {
      "slug": "tempora-quo-consequatur-eos",
      "name": "Tempora quo consequatur eos.",
      "description": "Voluptates dolore nam dolorum.",
      "enabled": true,
      "command": "tempora-quo-consequatur-eos",
      "created_at": "2025-04-18T09:45:45.411-07:00",
      "updated_at": "2025-04-18T09:45:45.411-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
custom_form found
data
object
required