Retrieves a specific status_page_template by id
curl --request GET \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3edc75a4-6fb8-4681-9f5e-cc5e1ccee6ac",
"type": "status_page_templates",
"attributes": {
"status_page_id": "c292d252-a77e-4c2c-9ed6-3992e80e31bc",
"title": "Corrupti",
"body": "Qui quaerat neque ut.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-08T09:44:23.533-08:00",
"updated_at": "2026-01-08T09:44:23.533-08:00",
"kind": "normal"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3edc75a4-6fb8-4681-9f5e-cc5e1ccee6ac",
"type": "status_page_templates",
"attributes": {
"status_page_id": "c292d252-a77e-4c2c-9ed6-3992e80e31bc",
"title": "Corrupti",
"body": "Qui quaerat neque ut.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-08T09:44:23.533-08:00",
"updated_at": "2026-01-08T09:44:23.533-08:00",
"kind": "normal"
}
}
}