List custom forms
curl --request GET \
--url https://api.rootly.com/v1/custom_forms \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "66a81380-851a-4d1a-8b13-f334e44c771d",
"type": "custom_forms",
"attributes": {
"slug": "ab-molestias-ipsa-nihil",
"name": "Ab molestias ipsa nihil.",
"description": "Sunt aut ex et.",
"enabled": true,
"command": "ab-molestias-ipsa-nihil",
"created_at": "2025-08-08T21:49:14.915-07:00",
"updated_at": "2025-08-08T21:49:14.915-07:00"
}
},
{
"id": "da76971e-8dce-4a52-81bf-cdb984a74e2e",
"type": "custom_forms",
"attributes": {
"slug": "iure-dolor-iusto-expedita",
"name": "Iure dolor iusto expedita.",
"description": "Libero suscipit vero delectus.",
"enabled": true,
"command": "iure-dolor-iusto-expedita",
"created_at": "2025-08-08T21:49:14.911-07:00",
"updated_at": "2025-08-08T21:49:14.911-07:00"
}
},
{
"id": "81688f4c-8ebd-43f6-b8ee-b3c32ee37a02",
"type": "custom_forms",
"attributes": {
"slug": "vel-omnis-explicabo-perspiciatis",
"name": "Vel omnis explicabo perspiciatis.",
"description": "Et earum aspernatur expedita.",
"enabled": true,
"command": "vel-omnis-explicabo-perspiciatis",
"created_at": "2025-08-08T21:49:14.906-07:00",
"updated_at": "2025-08-08T21:49:14.906-07:00"
}
},
{
"id": "13236aac-40ed-4ae0-b8c1-d57edb2a3639",
"type": "custom_forms",
"attributes": {
"slug": "pariatur-saepe-maiores-vel",
"name": "Pariatur saepe maiores vel.",
"description": "Quas in ut blanditiis.",
"enabled": true,
"command": "pariatur-saepe-maiores-vel",
"created_at": "2025-08-08T21:49:14.902-07:00",
"updated_at": "2025-08-08T21:49:14.902-07:00"
}
},
{
"id": "988d80ad-dc94-45af-afac-5abb6727d69b",
"type": "custom_forms",
"attributes": {
"slug": "recusandae-quod-officia-in",
"name": "Recusandae quod officia in.",
"description": "Officiis corrupti sit culpa.",
"enabled": true,
"command": "recusandae-quod-officia-in",
"created_at": "2025-08-08T21:49:14.897-07:00",
"updated_at": "2025-08-08T21:49:14.897-07:00"
}
},
{
"id": "6c7cac9f-537a-46e0-aa32-0ffe0c3fa1ea",
"type": "custom_forms",
"attributes": {
"slug": "voluptatem-culpa-cumque-et",
"name": "Voluptatem culpa cumque et.",
"description": "Et dolor recusandae vero.",
"enabled": true,
"command": "voluptatem-culpa-cumque-et",
"created_at": "2025-08-08T21:49:14.893-07:00",
"updated_at": "2025-08-08T21:49:14.893-07:00"
}
},
{
"id": "7d3de2cc-4c4e-4c1f-9fd9-e201676180ea",
"type": "custom_forms",
"attributes": {
"slug": "quasi-tenetur-ipsam-aliquid",
"name": "Quasi tenetur ipsam aliquid.",
"description": "Necessitatibus id nemo commodi.",
"enabled": true,
"command": "quasi-tenetur-ipsam-aliquid",
"created_at": "2025-08-08T21:49:14.888-07:00",
"updated_at": "2025-08-08T21:49:14.888-07:00"
}
},
{
"id": "faf13e0b-088c-4864-964b-5ba506455001",
"type": "custom_forms",
"attributes": {
"slug": "et-sit-sunt-eos",
"name": "Et sit sunt eos.",
"description": "Suscipit sint ut dolor.",
"enabled": true,
"command": "et-sit-sunt-eos",
"created_at": "2025-08-08T21:49:14.884-07:00",
"updated_at": "2025-08-08T21:49:14.884-07:00"
}
},
{
"id": "360d3817-cad4-4857-a1f2-3672cb105bd4",
"type": "custom_forms",
"attributes": {
"slug": "assumenda-sunt-sit-perspiciatis",
"name": "Assumenda sunt sit perspiciatis.",
"description": "Quisquam aperiam vero aut.",
"enabled": true,
"command": "assumenda-sunt-sit-perspiciatis",
"created_at": "2025-08-08T21:49:14.879-07:00",
"updated_at": "2025-08-08T21:49:14.879-07:00"
}
},
{
"id": "7b242265-f8ae-46ed-9577-c32ef04ee670",
"type": "custom_forms",
"attributes": {
"slug": "quod-quasi-iure-fugiat",
"name": "Quod quasi iure fugiat.",
"description": "Animi odio vel modi.",
"enabled": true,
"command": "quod-quasi-iure-fugiat",
"created_at": "2025-08-08T21:49:14.873-07:00",
"updated_at": "2025-08-08T21:49:14.873-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": "66a81380-851a-4d1a-8b13-f334e44c771d",
"type": "custom_forms",
"attributes": {
"slug": "ab-molestias-ipsa-nihil",
"name": "Ab molestias ipsa nihil.",
"description": "Sunt aut ex et.",
"enabled": true,
"command": "ab-molestias-ipsa-nihil",
"created_at": "2025-08-08T21:49:14.915-07:00",
"updated_at": "2025-08-08T21:49:14.915-07:00"
}
},
{
"id": "da76971e-8dce-4a52-81bf-cdb984a74e2e",
"type": "custom_forms",
"attributes": {
"slug": "iure-dolor-iusto-expedita",
"name": "Iure dolor iusto expedita.",
"description": "Libero suscipit vero delectus.",
"enabled": true,
"command": "iure-dolor-iusto-expedita",
"created_at": "2025-08-08T21:49:14.911-07:00",
"updated_at": "2025-08-08T21:49:14.911-07:00"
}
},
{
"id": "81688f4c-8ebd-43f6-b8ee-b3c32ee37a02",
"type": "custom_forms",
"attributes": {
"slug": "vel-omnis-explicabo-perspiciatis",
"name": "Vel omnis explicabo perspiciatis.",
"description": "Et earum aspernatur expedita.",
"enabled": true,
"command": "vel-omnis-explicabo-perspiciatis",
"created_at": "2025-08-08T21:49:14.906-07:00",
"updated_at": "2025-08-08T21:49:14.906-07:00"
}
},
{
"id": "13236aac-40ed-4ae0-b8c1-d57edb2a3639",
"type": "custom_forms",
"attributes": {
"slug": "pariatur-saepe-maiores-vel",
"name": "Pariatur saepe maiores vel.",
"description": "Quas in ut blanditiis.",
"enabled": true,
"command": "pariatur-saepe-maiores-vel",
"created_at": "2025-08-08T21:49:14.902-07:00",
"updated_at": "2025-08-08T21:49:14.902-07:00"
}
},
{
"id": "988d80ad-dc94-45af-afac-5abb6727d69b",
"type": "custom_forms",
"attributes": {
"slug": "recusandae-quod-officia-in",
"name": "Recusandae quod officia in.",
"description": "Officiis corrupti sit culpa.",
"enabled": true,
"command": "recusandae-quod-officia-in",
"created_at": "2025-08-08T21:49:14.897-07:00",
"updated_at": "2025-08-08T21:49:14.897-07:00"
}
},
{
"id": "6c7cac9f-537a-46e0-aa32-0ffe0c3fa1ea",
"type": "custom_forms",
"attributes": {
"slug": "voluptatem-culpa-cumque-et",
"name": "Voluptatem culpa cumque et.",
"description": "Et dolor recusandae vero.",
"enabled": true,
"command": "voluptatem-culpa-cumque-et",
"created_at": "2025-08-08T21:49:14.893-07:00",
"updated_at": "2025-08-08T21:49:14.893-07:00"
}
},
{
"id": "7d3de2cc-4c4e-4c1f-9fd9-e201676180ea",
"type": "custom_forms",
"attributes": {
"slug": "quasi-tenetur-ipsam-aliquid",
"name": "Quasi tenetur ipsam aliquid.",
"description": "Necessitatibus id nemo commodi.",
"enabled": true,
"command": "quasi-tenetur-ipsam-aliquid",
"created_at": "2025-08-08T21:49:14.888-07:00",
"updated_at": "2025-08-08T21:49:14.888-07:00"
}
},
{
"id": "faf13e0b-088c-4864-964b-5ba506455001",
"type": "custom_forms",
"attributes": {
"slug": "et-sit-sunt-eos",
"name": "Et sit sunt eos.",
"description": "Suscipit sint ut dolor.",
"enabled": true,
"command": "et-sit-sunt-eos",
"created_at": "2025-08-08T21:49:14.884-07:00",
"updated_at": "2025-08-08T21:49:14.884-07:00"
}
},
{
"id": "360d3817-cad4-4857-a1f2-3672cb105bd4",
"type": "custom_forms",
"attributes": {
"slug": "assumenda-sunt-sit-perspiciatis",
"name": "Assumenda sunt sit perspiciatis.",
"description": "Quisquam aperiam vero aut.",
"enabled": true,
"command": "assumenda-sunt-sit-perspiciatis",
"created_at": "2025-08-08T21:49:14.879-07:00",
"updated_at": "2025-08-08T21:49:14.879-07:00"
}
},
{
"id": "7b242265-f8ae-46ed-9577-c32ef04ee670",
"type": "custom_forms",
"attributes": {
"slug": "quod-quasi-iure-fugiat",
"name": "Quod quasi iure fugiat.",
"description": "Animi odio vel modi.",
"enabled": true,
"command": "quod-quasi-iure-fugiat",
"created_at": "2025-08-08T21:49:14.873-07:00",
"updated_at": "2025-08-08T21:49:14.873-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
}
}