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": "8c3673a0-25a2-42b1-9d4b-19965136333d",
"type": "status_page_templates",
"attributes": {
"status_page_id": "c979f298-3d10-45f1-af26-30df8f0fc66e",
"title": "Pariatur",
"body": "Ad qui quis eum.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-15T23:05:52.098-08:00",
"updated_at": "2026-01-15T23:05:52.098-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": "8c3673a0-25a2-42b1-9d4b-19965136333d",
"type": "status_page_templates",
"attributes": {
"status_page_id": "c979f298-3d10-45f1-af26-30df8f0fc66e",
"title": "Pariatur",
"body": "Ad qui quis eum.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-15T23:05:52.098-08:00",
"updated_at": "2026-01-15T23:05:52.098-08:00",
"kind": "normal"
}
}
}