List custom forms
curl --request GET \
--url https://api.rootly.com/v1/custom_forms \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "6f414044-effa-44af-b0ba-b1ca9d1ebb66",
"type": "custom_forms",
"attributes": {
"slug": "reprehenderit-eos-aut-nobis",
"name": "Reprehenderit eos aut nobis.",
"description": "Odit voluptatem expedita a.",
"enabled": true,
"command": "reprehenderit-eos-aut-nobis",
"created_at": "2026-01-22T03:07:05.971-08:00",
"updated_at": "2026-01-22T03:07:05.971-08:00"
}
},
{
"id": "fdf1a388-367d-4050-8157-d665b34e6f41",
"type": "custom_forms",
"attributes": {
"slug": "ab-veniam-et-fugit",
"name": "Ab veniam et fugit.",
"description": "Reprehenderit temporibus molestiae dolore.",
"enabled": true,
"command": "ab-veniam-et-fugit",
"created_at": "2026-01-22T03:07:05.967-08:00",
"updated_at": "2026-01-22T03:07:05.967-08:00"
}
},
{
"id": "315b63af-145b-4e37-975c-d9ec0350be93",
"type": "custom_forms",
"attributes": {
"slug": "quibusdam-eaque-eius-ratione",
"name": "Quibusdam eaque eius ratione.",
"description": "Minus repudiandae quisquam qui.",
"enabled": true,
"command": "quibusdam-eaque-eius-ratione",
"created_at": "2026-01-22T03:07:05.962-08:00",
"updated_at": "2026-01-22T03:07:05.962-08:00"
}
},
{
"id": "26595646-a4d2-46c4-b637-10b1088e6389",
"type": "custom_forms",
"attributes": {
"slug": "amet-repellat-eius-accusamus",
"name": "Amet repellat eius accusamus.",
"description": "Voluptatem possimus accusantium consequatur.",
"enabled": true,
"command": "amet-repellat-eius-accusamus",
"created_at": "2026-01-22T03:07:05.956-08:00",
"updated_at": "2026-01-22T03:07:05.956-08:00"
}
},
{
"id": "595182c6-42b5-43dc-a362-298dbbc8377b",
"type": "custom_forms",
"attributes": {
"slug": "dolorem-pariatur-deleniti-modi",
"name": "Dolorem pariatur deleniti modi.",
"description": "Saepe aut ea praesentium.",
"enabled": true,
"command": "dolorem-pariatur-deleniti-modi",
"created_at": "2026-01-22T03:07:05.951-08:00",
"updated_at": "2026-01-22T03:07:05.951-08:00"
}
},
{
"id": "f809e35a-b20d-4b52-a63b-40e84c70479b",
"type": "custom_forms",
"attributes": {
"slug": "id-eveniet-itaque-aut",
"name": "Id eveniet itaque aut.",
"description": "Id libero aut porro.",
"enabled": true,
"command": "id-eveniet-itaque-aut",
"created_at": "2026-01-22T03:07:05.945-08:00",
"updated_at": "2026-01-22T03:07:05.945-08:00"
}
},
{
"id": "8372b030-72c8-4105-b2a6-b5ff0b6a9b06",
"type": "custom_forms",
"attributes": {
"slug": "occaecati-adipisci-saepe-incidunt",
"name": "Occaecati adipisci saepe incidunt.",
"description": "Aliquid tempore occaecati numquam.",
"enabled": true,
"command": "occaecati-adipisci-saepe-incidunt",
"created_at": "2026-01-22T03:07:05.939-08:00",
"updated_at": "2026-01-22T03:07:05.939-08:00"
}
},
{
"id": "1da49f88-80f5-4730-9b8a-805467418b6c",
"type": "custom_forms",
"attributes": {
"slug": "culpa-deserunt-rerum-vero",
"name": "Culpa deserunt rerum vero.",
"description": "Corrupti voluptatibus ut commodi.",
"enabled": true,
"command": "culpa-deserunt-rerum-vero",
"created_at": "2026-01-22T03:07:05.935-08:00",
"updated_at": "2026-01-22T03:07:05.935-08:00"
}
},
{
"id": "337a472e-74c2-4033-9f61-6dd43767ba33",
"type": "custom_forms",
"attributes": {
"slug": "inventore-id-tempore-quasi",
"name": "Inventore id tempore quasi.",
"description": "Labore quos excepturi harum.",
"enabled": true,
"command": "inventore-id-tempore-quasi",
"created_at": "2026-01-22T03:07:05.930-08:00",
"updated_at": "2026-01-22T03:07:05.930-08:00"
}
},
{
"id": "3adb2562-2ac4-4589-8d5e-dbf5f7dd7426",
"type": "custom_forms",
"attributes": {
"slug": "qui-quae-assumenda-et",
"name": "Qui quae assumenda et.",
"description": "Mollitia eum veritatis dolorum.",
"enabled": true,
"command": "qui-quae-assumenda-et",
"created_at": "2026-01-22T03:07:05.926-08:00",
"updated_at": "2026-01-22T03:07:05.926-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": "6f414044-effa-44af-b0ba-b1ca9d1ebb66",
"type": "custom_forms",
"attributes": {
"slug": "reprehenderit-eos-aut-nobis",
"name": "Reprehenderit eos aut nobis.",
"description": "Odit voluptatem expedita a.",
"enabled": true,
"command": "reprehenderit-eos-aut-nobis",
"created_at": "2026-01-22T03:07:05.971-08:00",
"updated_at": "2026-01-22T03:07:05.971-08:00"
}
},
{
"id": "fdf1a388-367d-4050-8157-d665b34e6f41",
"type": "custom_forms",
"attributes": {
"slug": "ab-veniam-et-fugit",
"name": "Ab veniam et fugit.",
"description": "Reprehenderit temporibus molestiae dolore.",
"enabled": true,
"command": "ab-veniam-et-fugit",
"created_at": "2026-01-22T03:07:05.967-08:00",
"updated_at": "2026-01-22T03:07:05.967-08:00"
}
},
{
"id": "315b63af-145b-4e37-975c-d9ec0350be93",
"type": "custom_forms",
"attributes": {
"slug": "quibusdam-eaque-eius-ratione",
"name": "Quibusdam eaque eius ratione.",
"description": "Minus repudiandae quisquam qui.",
"enabled": true,
"command": "quibusdam-eaque-eius-ratione",
"created_at": "2026-01-22T03:07:05.962-08:00",
"updated_at": "2026-01-22T03:07:05.962-08:00"
}
},
{
"id": "26595646-a4d2-46c4-b637-10b1088e6389",
"type": "custom_forms",
"attributes": {
"slug": "amet-repellat-eius-accusamus",
"name": "Amet repellat eius accusamus.",
"description": "Voluptatem possimus accusantium consequatur.",
"enabled": true,
"command": "amet-repellat-eius-accusamus",
"created_at": "2026-01-22T03:07:05.956-08:00",
"updated_at": "2026-01-22T03:07:05.956-08:00"
}
},
{
"id": "595182c6-42b5-43dc-a362-298dbbc8377b",
"type": "custom_forms",
"attributes": {
"slug": "dolorem-pariatur-deleniti-modi",
"name": "Dolorem pariatur deleniti modi.",
"description": "Saepe aut ea praesentium.",
"enabled": true,
"command": "dolorem-pariatur-deleniti-modi",
"created_at": "2026-01-22T03:07:05.951-08:00",
"updated_at": "2026-01-22T03:07:05.951-08:00"
}
},
{
"id": "f809e35a-b20d-4b52-a63b-40e84c70479b",
"type": "custom_forms",
"attributes": {
"slug": "id-eveniet-itaque-aut",
"name": "Id eveniet itaque aut.",
"description": "Id libero aut porro.",
"enabled": true,
"command": "id-eveniet-itaque-aut",
"created_at": "2026-01-22T03:07:05.945-08:00",
"updated_at": "2026-01-22T03:07:05.945-08:00"
}
},
{
"id": "8372b030-72c8-4105-b2a6-b5ff0b6a9b06",
"type": "custom_forms",
"attributes": {
"slug": "occaecati-adipisci-saepe-incidunt",
"name": "Occaecati adipisci saepe incidunt.",
"description": "Aliquid tempore occaecati numquam.",
"enabled": true,
"command": "occaecati-adipisci-saepe-incidunt",
"created_at": "2026-01-22T03:07:05.939-08:00",
"updated_at": "2026-01-22T03:07:05.939-08:00"
}
},
{
"id": "1da49f88-80f5-4730-9b8a-805467418b6c",
"type": "custom_forms",
"attributes": {
"slug": "culpa-deserunt-rerum-vero",
"name": "Culpa deserunt rerum vero.",
"description": "Corrupti voluptatibus ut commodi.",
"enabled": true,
"command": "culpa-deserunt-rerum-vero",
"created_at": "2026-01-22T03:07:05.935-08:00",
"updated_at": "2026-01-22T03:07:05.935-08:00"
}
},
{
"id": "337a472e-74c2-4033-9f61-6dd43767ba33",
"type": "custom_forms",
"attributes": {
"slug": "inventore-id-tempore-quasi",
"name": "Inventore id tempore quasi.",
"description": "Labore quos excepturi harum.",
"enabled": true,
"command": "inventore-id-tempore-quasi",
"created_at": "2026-01-22T03:07:05.930-08:00",
"updated_at": "2026-01-22T03:07:05.930-08:00"
}
},
{
"id": "3adb2562-2ac4-4589-8d5e-dbf5f7dd7426",
"type": "custom_forms",
"attributes": {
"slug": "qui-quae-assumenda-et",
"name": "Qui quae assumenda et.",
"description": "Mollitia eum veritatis dolorum.",
"enabled": true,
"command": "qui-quae-assumenda-et",
"created_at": "2026-01-22T03:07:05.926-08:00",
"updated_at": "2026-01-22T03:07:05.926-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
}
}