List custom forms
curl --request GET \
--url https://api.rootly.com/v1/custom_forms \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "35f74f99-9941-4609-8694-16df295684f3",
"type": "custom_forms",
"attributes": {
"slug": "recusandae-sed-modi-quia",
"name": "Recusandae sed modi quia.",
"description": "Qui doloribus voluptas adipisci.",
"enabled": true,
"command": "recusandae-sed-modi-quia",
"created_at": "2025-08-31T05:19:47.554-07:00",
"updated_at": "2025-08-31T05:19:47.554-07:00"
}
},
{
"id": "ac35f4cf-e80d-424d-a7ba-33cce98ebeb6",
"type": "custom_forms",
"attributes": {
"slug": "sint-est-ut-ipsam",
"name": "Sint est ut ipsam.",
"description": "Voluptatem pariatur qui itaque.",
"enabled": true,
"command": "sint-est-ut-ipsam",
"created_at": "2025-08-31T05:19:47.550-07:00",
"updated_at": "2025-08-31T05:19:47.550-07:00"
}
},
{
"id": "7bd55756-671d-41fb-93dd-b69b1662ba73",
"type": "custom_forms",
"attributes": {
"slug": "ex-tenetur-a-ut",
"name": "Ex tenetur a ut.",
"description": "Delectus optio ullam libero.",
"enabled": true,
"command": "ex-tenetur-a-ut",
"created_at": "2025-08-31T05:19:47.545-07:00",
"updated_at": "2025-08-31T05:19:47.545-07:00"
}
},
{
"id": "fc84d15f-c682-4fd3-a11e-30bd969d98f9",
"type": "custom_forms",
"attributes": {
"slug": "id-aut-laudantium-libero",
"name": "Id aut laudantium libero.",
"description": "Ut dolores quia explicabo.",
"enabled": true,
"command": "id-aut-laudantium-libero",
"created_at": "2025-08-31T05:19:47.540-07:00",
"updated_at": "2025-08-31T05:19:47.540-07:00"
}
},
{
"id": "204f2e82-46d6-4ea9-a2a9-b311ebfa64c2",
"type": "custom_forms",
"attributes": {
"slug": "rerum-quia-aspernatur-quis",
"name": "Rerum quia aspernatur quis.",
"description": "Est voluptas iste nihil.",
"enabled": true,
"command": "rerum-quia-aspernatur-quis",
"created_at": "2025-08-31T05:19:47.535-07:00",
"updated_at": "2025-08-31T05:19:47.535-07:00"
}
},
{
"id": "7b670804-b3b6-442c-bf95-33175809b0ba",
"type": "custom_forms",
"attributes": {
"slug": "necessitatibus-placeat-libero-in",
"name": "Necessitatibus placeat libero in.",
"description": "Ea amet exercitationem magni.",
"enabled": true,
"command": "necessitatibus-placeat-libero-in",
"created_at": "2025-08-31T05:19:47.530-07:00",
"updated_at": "2025-08-31T05:19:47.530-07:00"
}
},
{
"id": "9fc60ba7-8d51-4e73-9836-223aed2fa7dc",
"type": "custom_forms",
"attributes": {
"slug": "nesciunt-omnis-voluptatum-ea",
"name": "Nesciunt omnis voluptatum ea.",
"description": "Consequuntur aut nisi reiciendis.",
"enabled": true,
"command": "nesciunt-omnis-voluptatum-ea",
"created_at": "2025-08-31T05:19:47.506-07:00",
"updated_at": "2025-08-31T05:19:47.506-07:00"
}
},
{
"id": "1c5411d5-4421-4b10-b30c-a0baee859e52",
"type": "custom_forms",
"attributes": {
"slug": "et-autem-doloribus-dolorum",
"name": "Et autem doloribus dolorum.",
"description": "Ut eum consectetur accusantium.",
"enabled": true,
"command": "et-autem-doloribus-dolorum",
"created_at": "2025-08-31T05:19:47.502-07:00",
"updated_at": "2025-08-31T05:19:47.502-07:00"
}
},
{
"id": "738c5728-a510-4f48-8bcb-71c96bb06b2c",
"type": "custom_forms",
"attributes": {
"slug": "aut-ratione-voluptas-qui",
"name": "Aut ratione voluptas qui.",
"description": "Est officiis quia culpa.",
"enabled": true,
"command": "aut-ratione-voluptas-qui",
"created_at": "2025-08-31T05:19:47.497-07:00",
"updated_at": "2025-08-31T05:19:47.497-07:00"
}
},
{
"id": "9c5c6a39-8410-4084-9fa4-7611e33073aa",
"type": "custom_forms",
"attributes": {
"slug": "voluptatem-et-iure-distinctio",
"name": "Voluptatem et iure distinctio.",
"description": "Eos adipisci animi consequatur.",
"enabled": true,
"command": "voluptatem-et-iure-distinctio",
"created_at": "2025-08-31T05:19:47.489-07:00",
"updated_at": "2025-08-31T05:19:47.489-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": "35f74f99-9941-4609-8694-16df295684f3",
"type": "custom_forms",
"attributes": {
"slug": "recusandae-sed-modi-quia",
"name": "Recusandae sed modi quia.",
"description": "Qui doloribus voluptas adipisci.",
"enabled": true,
"command": "recusandae-sed-modi-quia",
"created_at": "2025-08-31T05:19:47.554-07:00",
"updated_at": "2025-08-31T05:19:47.554-07:00"
}
},
{
"id": "ac35f4cf-e80d-424d-a7ba-33cce98ebeb6",
"type": "custom_forms",
"attributes": {
"slug": "sint-est-ut-ipsam",
"name": "Sint est ut ipsam.",
"description": "Voluptatem pariatur qui itaque.",
"enabled": true,
"command": "sint-est-ut-ipsam",
"created_at": "2025-08-31T05:19:47.550-07:00",
"updated_at": "2025-08-31T05:19:47.550-07:00"
}
},
{
"id": "7bd55756-671d-41fb-93dd-b69b1662ba73",
"type": "custom_forms",
"attributes": {
"slug": "ex-tenetur-a-ut",
"name": "Ex tenetur a ut.",
"description": "Delectus optio ullam libero.",
"enabled": true,
"command": "ex-tenetur-a-ut",
"created_at": "2025-08-31T05:19:47.545-07:00",
"updated_at": "2025-08-31T05:19:47.545-07:00"
}
},
{
"id": "fc84d15f-c682-4fd3-a11e-30bd969d98f9",
"type": "custom_forms",
"attributes": {
"slug": "id-aut-laudantium-libero",
"name": "Id aut laudantium libero.",
"description": "Ut dolores quia explicabo.",
"enabled": true,
"command": "id-aut-laudantium-libero",
"created_at": "2025-08-31T05:19:47.540-07:00",
"updated_at": "2025-08-31T05:19:47.540-07:00"
}
},
{
"id": "204f2e82-46d6-4ea9-a2a9-b311ebfa64c2",
"type": "custom_forms",
"attributes": {
"slug": "rerum-quia-aspernatur-quis",
"name": "Rerum quia aspernatur quis.",
"description": "Est voluptas iste nihil.",
"enabled": true,
"command": "rerum-quia-aspernatur-quis",
"created_at": "2025-08-31T05:19:47.535-07:00",
"updated_at": "2025-08-31T05:19:47.535-07:00"
}
},
{
"id": "7b670804-b3b6-442c-bf95-33175809b0ba",
"type": "custom_forms",
"attributes": {
"slug": "necessitatibus-placeat-libero-in",
"name": "Necessitatibus placeat libero in.",
"description": "Ea amet exercitationem magni.",
"enabled": true,
"command": "necessitatibus-placeat-libero-in",
"created_at": "2025-08-31T05:19:47.530-07:00",
"updated_at": "2025-08-31T05:19:47.530-07:00"
}
},
{
"id": "9fc60ba7-8d51-4e73-9836-223aed2fa7dc",
"type": "custom_forms",
"attributes": {
"slug": "nesciunt-omnis-voluptatum-ea",
"name": "Nesciunt omnis voluptatum ea.",
"description": "Consequuntur aut nisi reiciendis.",
"enabled": true,
"command": "nesciunt-omnis-voluptatum-ea",
"created_at": "2025-08-31T05:19:47.506-07:00",
"updated_at": "2025-08-31T05:19:47.506-07:00"
}
},
{
"id": "1c5411d5-4421-4b10-b30c-a0baee859e52",
"type": "custom_forms",
"attributes": {
"slug": "et-autem-doloribus-dolorum",
"name": "Et autem doloribus dolorum.",
"description": "Ut eum consectetur accusantium.",
"enabled": true,
"command": "et-autem-doloribus-dolorum",
"created_at": "2025-08-31T05:19:47.502-07:00",
"updated_at": "2025-08-31T05:19:47.502-07:00"
}
},
{
"id": "738c5728-a510-4f48-8bcb-71c96bb06b2c",
"type": "custom_forms",
"attributes": {
"slug": "aut-ratione-voluptas-qui",
"name": "Aut ratione voluptas qui.",
"description": "Est officiis quia culpa.",
"enabled": true,
"command": "aut-ratione-voluptas-qui",
"created_at": "2025-08-31T05:19:47.497-07:00",
"updated_at": "2025-08-31T05:19:47.497-07:00"
}
},
{
"id": "9c5c6a39-8410-4084-9fa4-7611e33073aa",
"type": "custom_forms",
"attributes": {
"slug": "voluptatem-et-iure-distinctio",
"name": "Voluptatem et iure distinctio.",
"description": "Eos adipisci animi consequatur.",
"enabled": true,
"command": "voluptatem-et-iure-distinctio",
"created_at": "2025-08-31T05:19:47.489-07:00",
"updated_at": "2025-08-31T05:19:47.489-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
}
}