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": "d78e3fe6-9c46-4e8f-965e-babb81e00617",
"type": "status_page_templates",
"attributes": {
"status_page_id": "629bd376-d55b-4d0a-911e-e50f32521aaa",
"title": "Quisquam",
"update_title": null,
"body": "Blanditiis quisquam dolorem accusantium.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-02-07T16:51:04.694-08:00",
"updated_at": "2026-02-07T16:51:04.694-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": "d78e3fe6-9c46-4e8f-965e-babb81e00617",
"type": "status_page_templates",
"attributes": {
"status_page_id": "629bd376-d55b-4d0a-911e-e50f32521aaa",
"title": "Quisquam",
"update_title": null,
"body": "Blanditiis quisquam dolorem accusantium.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-02-07T16:51:04.694-08:00",
"updated_at": "2026-02-07T16:51:04.694-08:00",
"kind": "normal"
}
}
}