List custom forms
curl --request GET \
--url https://api.rootly.com/v1/custom_forms \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "73ed31ae-2fdd-472b-a4ad-a1d05d57188f",
"type": "custom_forms",
"attributes": {
"slug": "nemo-libero-doloribus-sunt",
"name": "Nemo libero doloribus sunt.",
"description": "Ipsum consequuntur dolores ea.",
"enabled": true,
"command": "nemo-libero-doloribus-sunt",
"created_at": "2025-07-20T00:37:26.810-07:00",
"updated_at": "2025-07-20T00:37:26.810-07:00"
}
},
{
"id": "77235f2c-2b1c-43ee-84aa-73560af23c05",
"type": "custom_forms",
"attributes": {
"slug": "atque-maiores-rem-possimus",
"name": "Atque maiores rem possimus.",
"description": "Velit inventore odit vitae.",
"enabled": true,
"command": "atque-maiores-rem-possimus",
"created_at": "2025-07-20T00:37:26.806-07:00",
"updated_at": "2025-07-20T00:37:26.806-07:00"
}
},
{
"id": "7e4084ca-6a6a-4e7f-bd42-4dc2eb491444",
"type": "custom_forms",
"attributes": {
"slug": "velit-necessitatibus-delectus-excepturi",
"name": "Velit necessitatibus delectus excepturi.",
"description": "Illum qui accusantium provident.",
"enabled": true,
"command": "velit-necessitatibus-delectus-excepturi",
"created_at": "2025-07-20T00:37:26.802-07:00",
"updated_at": "2025-07-20T00:37:26.802-07:00"
}
},
{
"id": "88c02911-48e1-45cb-b665-1ba8e2b7ac40",
"type": "custom_forms",
"attributes": {
"slug": "illum-commodi-excepturi-est",
"name": "Illum commodi excepturi est.",
"description": "Molestiae suscipit velit facilis.",
"enabled": true,
"command": "illum-commodi-excepturi-est",
"created_at": "2025-07-20T00:37:26.798-07:00",
"updated_at": "2025-07-20T00:37:26.798-07:00"
}
},
{
"id": "fd131c94-2481-4314-b04a-844184745a86",
"type": "custom_forms",
"attributes": {
"slug": "officia-itaque-minus-debitis",
"name": "Officia itaque minus debitis.",
"description": "Error et voluptatem laudantium.",
"enabled": true,
"command": "officia-itaque-minus-debitis",
"created_at": "2025-07-20T00:37:26.794-07:00",
"updated_at": "2025-07-20T00:37:26.794-07:00"
}
},
{
"id": "7c635599-28f0-48ad-ab9d-9f2ac0cba76d",
"type": "custom_forms",
"attributes": {
"slug": "alias-repellendus-quo-corporis",
"name": "Alias repellendus quo corporis.",
"description": "Sit nam ipsa ea.",
"enabled": true,
"command": "alias-repellendus-quo-corporis",
"created_at": "2025-07-20T00:37:26.790-07:00",
"updated_at": "2025-07-20T00:37:26.790-07:00"
}
},
{
"id": "963fb1de-c3ab-425c-835c-56df1494e6bb",
"type": "custom_forms",
"attributes": {
"slug": "delectus-perspiciatis-sit-sint",
"name": "Delectus perspiciatis sit sint.",
"description": "Dolorem nam est error.",
"enabled": true,
"command": "delectus-perspiciatis-sit-sint",
"created_at": "2025-07-20T00:37:26.786-07:00",
"updated_at": "2025-07-20T00:37:26.786-07:00"
}
},
{
"id": "6e51209a-111b-458f-8099-4732b3e9c73d",
"type": "custom_forms",
"attributes": {
"slug": "voluptas-sed-sit-enim",
"name": "Voluptas sed sit enim.",
"description": "At rerum sed molestias.",
"enabled": true,
"command": "voluptas-sed-sit-enim",
"created_at": "2025-07-20T00:37:26.782-07:00",
"updated_at": "2025-07-20T00:37:26.782-07:00"
}
},
{
"id": "ce28e45f-a4bc-4325-a6c4-508656b3d996",
"type": "custom_forms",
"attributes": {
"slug": "rem-nobis-repellat-incidunt",
"name": "Rem nobis repellat incidunt.",
"description": "Quas aut facere maxime.",
"enabled": true,
"command": "rem-nobis-repellat-incidunt",
"created_at": "2025-07-20T00:37:26.778-07:00",
"updated_at": "2025-07-20T00:37:26.778-07:00"
}
},
{
"id": "42abc1a9-b3d0-4787-8ceb-b61a8e9d3363",
"type": "custom_forms",
"attributes": {
"slug": "voluptas-fugit-aut-recusandae",
"name": "Voluptas fugit aut recusandae.",
"description": "Facilis ullam possimus in.",
"enabled": true,
"command": "voluptas-fugit-aut-recusandae",
"created_at": "2025-07-20T00:37:26.773-07:00",
"updated_at": "2025-07-20T00:37:26.773-07:00"
}
}
],
"links": {
"self": "http://www.example.com/v1/custom_forms?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"first": "http://www.example.com/v1/custom_forms?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"prev": null,
"next": null,
"last": "http://www.example.com/v1/custom_forms?page%5Bnumber%5D=1&page%5Bsize%5D=50"
},
"meta": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_count": 10,
"total_pages": 1
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
custom_form found
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/custom_forms \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "73ed31ae-2fdd-472b-a4ad-a1d05d57188f",
"type": "custom_forms",
"attributes": {
"slug": "nemo-libero-doloribus-sunt",
"name": "Nemo libero doloribus sunt.",
"description": "Ipsum consequuntur dolores ea.",
"enabled": true,
"command": "nemo-libero-doloribus-sunt",
"created_at": "2025-07-20T00:37:26.810-07:00",
"updated_at": "2025-07-20T00:37:26.810-07:00"
}
},
{
"id": "77235f2c-2b1c-43ee-84aa-73560af23c05",
"type": "custom_forms",
"attributes": {
"slug": "atque-maiores-rem-possimus",
"name": "Atque maiores rem possimus.",
"description": "Velit inventore odit vitae.",
"enabled": true,
"command": "atque-maiores-rem-possimus",
"created_at": "2025-07-20T00:37:26.806-07:00",
"updated_at": "2025-07-20T00:37:26.806-07:00"
}
},
{
"id": "7e4084ca-6a6a-4e7f-bd42-4dc2eb491444",
"type": "custom_forms",
"attributes": {
"slug": "velit-necessitatibus-delectus-excepturi",
"name": "Velit necessitatibus delectus excepturi.",
"description": "Illum qui accusantium provident.",
"enabled": true,
"command": "velit-necessitatibus-delectus-excepturi",
"created_at": "2025-07-20T00:37:26.802-07:00",
"updated_at": "2025-07-20T00:37:26.802-07:00"
}
},
{
"id": "88c02911-48e1-45cb-b665-1ba8e2b7ac40",
"type": "custom_forms",
"attributes": {
"slug": "illum-commodi-excepturi-est",
"name": "Illum commodi excepturi est.",
"description": "Molestiae suscipit velit facilis.",
"enabled": true,
"command": "illum-commodi-excepturi-est",
"created_at": "2025-07-20T00:37:26.798-07:00",
"updated_at": "2025-07-20T00:37:26.798-07:00"
}
},
{
"id": "fd131c94-2481-4314-b04a-844184745a86",
"type": "custom_forms",
"attributes": {
"slug": "officia-itaque-minus-debitis",
"name": "Officia itaque minus debitis.",
"description": "Error et voluptatem laudantium.",
"enabled": true,
"command": "officia-itaque-minus-debitis",
"created_at": "2025-07-20T00:37:26.794-07:00",
"updated_at": "2025-07-20T00:37:26.794-07:00"
}
},
{
"id": "7c635599-28f0-48ad-ab9d-9f2ac0cba76d",
"type": "custom_forms",
"attributes": {
"slug": "alias-repellendus-quo-corporis",
"name": "Alias repellendus quo corporis.",
"description": "Sit nam ipsa ea.",
"enabled": true,
"command": "alias-repellendus-quo-corporis",
"created_at": "2025-07-20T00:37:26.790-07:00",
"updated_at": "2025-07-20T00:37:26.790-07:00"
}
},
{
"id": "963fb1de-c3ab-425c-835c-56df1494e6bb",
"type": "custom_forms",
"attributes": {
"slug": "delectus-perspiciatis-sit-sint",
"name": "Delectus perspiciatis sit sint.",
"description": "Dolorem nam est error.",
"enabled": true,
"command": "delectus-perspiciatis-sit-sint",
"created_at": "2025-07-20T00:37:26.786-07:00",
"updated_at": "2025-07-20T00:37:26.786-07:00"
}
},
{
"id": "6e51209a-111b-458f-8099-4732b3e9c73d",
"type": "custom_forms",
"attributes": {
"slug": "voluptas-sed-sit-enim",
"name": "Voluptas sed sit enim.",
"description": "At rerum sed molestias.",
"enabled": true,
"command": "voluptas-sed-sit-enim",
"created_at": "2025-07-20T00:37:26.782-07:00",
"updated_at": "2025-07-20T00:37:26.782-07:00"
}
},
{
"id": "ce28e45f-a4bc-4325-a6c4-508656b3d996",
"type": "custom_forms",
"attributes": {
"slug": "rem-nobis-repellat-incidunt",
"name": "Rem nobis repellat incidunt.",
"description": "Quas aut facere maxime.",
"enabled": true,
"command": "rem-nobis-repellat-incidunt",
"created_at": "2025-07-20T00:37:26.778-07:00",
"updated_at": "2025-07-20T00:37:26.778-07:00"
}
},
{
"id": "42abc1a9-b3d0-4787-8ceb-b61a8e9d3363",
"type": "custom_forms",
"attributes": {
"slug": "voluptas-fugit-aut-recusandae",
"name": "Voluptas fugit aut recusandae.",
"description": "Facilis ullam possimus in.",
"enabled": true,
"command": "voluptas-fugit-aut-recusandae",
"created_at": "2025-07-20T00:37:26.773-07:00",
"updated_at": "2025-07-20T00:37:26.773-07:00"
}
}
],
"links": {
"self": "http://www.example.com/v1/custom_forms?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"first": "http://www.example.com/v1/custom_forms?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"prev": null,
"next": null,
"last": "http://www.example.com/v1/custom_forms?page%5Bnumber%5D=1&page%5Bsize%5D=50"
},
"meta": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_count": 10,
"total_pages": 1
}
}