List custom forms
curl --request GET \
--url https://api.rootly.com/v1/custom_forms \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "c13c4ea9-1827-415b-9c41-5b438bb8b65c",
"type": "custom_forms",
"attributes": {
"slug": "vero-necessitatibus-quis-impedit",
"name": "Vero necessitatibus quis impedit.",
"description": "Rem id quo laboriosam.",
"enabled": true,
"command": "vero-necessitatibus-quis-impedit",
"created_at": "2026-01-12T17:34:31.283-08:00",
"updated_at": "2026-01-12T17:34:31.283-08:00"
}
},
{
"id": "c7a12aee-49a8-49c3-a0b6-09520ccb69c1",
"type": "custom_forms",
"attributes": {
"slug": "quos-ut-accusantium-est",
"name": "Quos ut accusantium est.",
"description": "Dignissimos rerum possimus autem.",
"enabled": true,
"command": "quos-ut-accusantium-est",
"created_at": "2026-01-12T17:34:31.280-08:00",
"updated_at": "2026-01-12T17:34:31.280-08:00"
}
},
{
"id": "64744819-c097-42e0-9029-5aa710de68e0",
"type": "custom_forms",
"attributes": {
"slug": "veniam-voluptatem-fuga-porro",
"name": "Veniam voluptatem fuga porro.",
"description": "Vel quasi quis sint.",
"enabled": true,
"command": "veniam-voluptatem-fuga-porro",
"created_at": "2026-01-12T17:34:31.276-08:00",
"updated_at": "2026-01-12T17:34:31.276-08:00"
}
},
{
"id": "9385c625-a265-4ccc-a682-6d7d0ca0f60f",
"type": "custom_forms",
"attributes": {
"slug": "consequuntur-maxime-qui-repudiandae",
"name": "Consequuntur maxime qui repudiandae.",
"description": "Quia ut iste qui.",
"enabled": true,
"command": "consequuntur-maxime-qui-repudiandae",
"created_at": "2026-01-12T17:34:31.273-08:00",
"updated_at": "2026-01-12T17:34:31.273-08:00"
}
},
{
"id": "242b0a25-ad00-4f95-be82-7473acde3cce",
"type": "custom_forms",
"attributes": {
"slug": "sunt-et-molestiae-architecto",
"name": "Sunt et molestiae architecto.",
"description": "Repellendus ut perferendis porro.",
"enabled": true,
"command": "sunt-et-molestiae-architecto",
"created_at": "2026-01-12T17:34:31.269-08:00",
"updated_at": "2026-01-12T17:34:31.269-08:00"
}
},
{
"id": "de106c37-e5d3-43b7-a775-502be83c2d97",
"type": "custom_forms",
"attributes": {
"slug": "aliquid-qui-reiciendis-voluptates",
"name": "Aliquid qui reiciendis voluptates.",
"description": "Hic aut sunt non.",
"enabled": true,
"command": "aliquid-qui-reiciendis-voluptates",
"created_at": "2026-01-12T17:34:31.266-08:00",
"updated_at": "2026-01-12T17:34:31.266-08:00"
}
},
{
"id": "f709eeac-c047-43e4-a8ba-dd82813ddd91",
"type": "custom_forms",
"attributes": {
"slug": "aut-corporis-odio-qui",
"name": "Aut corporis odio qui.",
"description": "Dolor rerum atque corporis.",
"enabled": true,
"command": "aut-corporis-odio-qui",
"created_at": "2026-01-12T17:34:31.262-08:00",
"updated_at": "2026-01-12T17:34:31.262-08:00"
}
},
{
"id": "1c1f65fe-4dbc-4037-9ef6-b7aa7cddecc8",
"type": "custom_forms",
"attributes": {
"slug": "adipisci-earum-iure-quis",
"name": "Adipisci earum iure quis.",
"description": "Amet accusamus recusandae veritatis.",
"enabled": true,
"command": "adipisci-earum-iure-quis",
"created_at": "2026-01-12T17:34:31.259-08:00",
"updated_at": "2026-01-12T17:34:31.259-08:00"
}
},
{
"id": "2dd087a1-da7f-4970-bc79-ba8708a9de41",
"type": "custom_forms",
"attributes": {
"slug": "fugit-sed-ut-at",
"name": "Fugit sed ut at.",
"description": "Accusantium in sed voluptas.",
"enabled": true,
"command": "fugit-sed-ut-at",
"created_at": "2026-01-12T17:34:31.255-08:00",
"updated_at": "2026-01-12T17:34:31.255-08:00"
}
},
{
"id": "9ee8edc6-f7a1-49fc-9521-8e4ff1af885a",
"type": "custom_forms",
"attributes": {
"slug": "harum-veritatis-vitae-non",
"name": "Harum veritatis vitae non.",
"description": "Rerum voluptas aspernatur cum.",
"enabled": true,
"command": "harum-veritatis-vitae-non",
"created_at": "2026-01-12T17:34:31.251-08:00",
"updated_at": "2026-01-12T17:34:31.251-08: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.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/custom_forms \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "c13c4ea9-1827-415b-9c41-5b438bb8b65c",
"type": "custom_forms",
"attributes": {
"slug": "vero-necessitatibus-quis-impedit",
"name": "Vero necessitatibus quis impedit.",
"description": "Rem id quo laboriosam.",
"enabled": true,
"command": "vero-necessitatibus-quis-impedit",
"created_at": "2026-01-12T17:34:31.283-08:00",
"updated_at": "2026-01-12T17:34:31.283-08:00"
}
},
{
"id": "c7a12aee-49a8-49c3-a0b6-09520ccb69c1",
"type": "custom_forms",
"attributes": {
"slug": "quos-ut-accusantium-est",
"name": "Quos ut accusantium est.",
"description": "Dignissimos rerum possimus autem.",
"enabled": true,
"command": "quos-ut-accusantium-est",
"created_at": "2026-01-12T17:34:31.280-08:00",
"updated_at": "2026-01-12T17:34:31.280-08:00"
}
},
{
"id": "64744819-c097-42e0-9029-5aa710de68e0",
"type": "custom_forms",
"attributes": {
"slug": "veniam-voluptatem-fuga-porro",
"name": "Veniam voluptatem fuga porro.",
"description": "Vel quasi quis sint.",
"enabled": true,
"command": "veniam-voluptatem-fuga-porro",
"created_at": "2026-01-12T17:34:31.276-08:00",
"updated_at": "2026-01-12T17:34:31.276-08:00"
}
},
{
"id": "9385c625-a265-4ccc-a682-6d7d0ca0f60f",
"type": "custom_forms",
"attributes": {
"slug": "consequuntur-maxime-qui-repudiandae",
"name": "Consequuntur maxime qui repudiandae.",
"description": "Quia ut iste qui.",
"enabled": true,
"command": "consequuntur-maxime-qui-repudiandae",
"created_at": "2026-01-12T17:34:31.273-08:00",
"updated_at": "2026-01-12T17:34:31.273-08:00"
}
},
{
"id": "242b0a25-ad00-4f95-be82-7473acde3cce",
"type": "custom_forms",
"attributes": {
"slug": "sunt-et-molestiae-architecto",
"name": "Sunt et molestiae architecto.",
"description": "Repellendus ut perferendis porro.",
"enabled": true,
"command": "sunt-et-molestiae-architecto",
"created_at": "2026-01-12T17:34:31.269-08:00",
"updated_at": "2026-01-12T17:34:31.269-08:00"
}
},
{
"id": "de106c37-e5d3-43b7-a775-502be83c2d97",
"type": "custom_forms",
"attributes": {
"slug": "aliquid-qui-reiciendis-voluptates",
"name": "Aliquid qui reiciendis voluptates.",
"description": "Hic aut sunt non.",
"enabled": true,
"command": "aliquid-qui-reiciendis-voluptates",
"created_at": "2026-01-12T17:34:31.266-08:00",
"updated_at": "2026-01-12T17:34:31.266-08:00"
}
},
{
"id": "f709eeac-c047-43e4-a8ba-dd82813ddd91",
"type": "custom_forms",
"attributes": {
"slug": "aut-corporis-odio-qui",
"name": "Aut corporis odio qui.",
"description": "Dolor rerum atque corporis.",
"enabled": true,
"command": "aut-corporis-odio-qui",
"created_at": "2026-01-12T17:34:31.262-08:00",
"updated_at": "2026-01-12T17:34:31.262-08:00"
}
},
{
"id": "1c1f65fe-4dbc-4037-9ef6-b7aa7cddecc8",
"type": "custom_forms",
"attributes": {
"slug": "adipisci-earum-iure-quis",
"name": "Adipisci earum iure quis.",
"description": "Amet accusamus recusandae veritatis.",
"enabled": true,
"command": "adipisci-earum-iure-quis",
"created_at": "2026-01-12T17:34:31.259-08:00",
"updated_at": "2026-01-12T17:34:31.259-08:00"
}
},
{
"id": "2dd087a1-da7f-4970-bc79-ba8708a9de41",
"type": "custom_forms",
"attributes": {
"slug": "fugit-sed-ut-at",
"name": "Fugit sed ut at.",
"description": "Accusantium in sed voluptas.",
"enabled": true,
"command": "fugit-sed-ut-at",
"created_at": "2026-01-12T17:34:31.255-08:00",
"updated_at": "2026-01-12T17:34:31.255-08:00"
}
},
{
"id": "9ee8edc6-f7a1-49fc-9521-8e4ff1af885a",
"type": "custom_forms",
"attributes": {
"slug": "harum-veritatis-vitae-non",
"name": "Harum veritatis vitae non.",
"description": "Rerum voluptas aspernatur cum.",
"enabled": true,
"command": "harum-veritatis-vitae-non",
"created_at": "2026-01-12T17:34:31.251-08:00",
"updated_at": "2026-01-12T17:34:31.251-08: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
}
}