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": "227d50e0-6ad7-4a16-b05f-53644956f873",
"type": "status_page_templates",
"attributes": {
"status_page_id": "6423ab6f-b832-4f08-bc08-60e32a8e1eae",
"title": "Id",
"body": "Ipsam laudantium nihil corporis.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-16T12:44:30.190-08:00",
"updated_at": "2026-01-16T12:44:30.190-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": "227d50e0-6ad7-4a16-b05f-53644956f873",
"type": "status_page_templates",
"attributes": {
"status_page_id": "6423ab6f-b832-4f08-bc08-60e32a8e1eae",
"title": "Id",
"body": "Ipsam laudantium nihil corporis.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-16T12:44:30.190-08:00",
"updated_at": "2026-01-16T12:44:30.190-08:00",
"kind": "normal"
}
}
}