Skip to main content
GET
/
v1
/
custom_forms
/
{id}
Retrieves a custom form
curl --request GET \
  --url https://api.rootly.com/v1/custom_forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "47146e3c-1b9c-46fc-b354-670537a7632f",
    "type": "custom_forms",
    "attributes": {
      "slug": "laborum-fugiat-distinctio-qui",
      "name": "Laborum fugiat distinctio qui.",
      "description": "Dolorem suscipit temporibus assumenda.",
      "enabled": true,
      "command": "laborum-fugiat-distinctio-qui",
      "created_at": "2025-11-27T00:07:02.151-08:00",
      "updated_at": "2025-11-27T00:07:02.151-08:00"
    }
  }
}

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

custom_form found

data
object
required