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": "6c394707-2396-4398-a1e3-420b6cce30aa",
"type": "status_page_templates",
"attributes": {
"status_page_id": "1b99f947-ce6d-44cd-9750-685bfe501b49",
"title": "Cum",
"body": "In itaque id eum.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-25T11:08:23.721-08:00",
"updated_at": "2026-01-25T11:08:23.721-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": "6c394707-2396-4398-a1e3-420b6cce30aa",
"type": "status_page_templates",
"attributes": {
"status_page_id": "1b99f947-ce6d-44cd-9750-685bfe501b49",
"title": "Cum",
"body": "In itaque id eum.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-25T11:08:23.721-08:00",
"updated_at": "2026-01-25T11:08:23.721-08:00",
"kind": "normal"
}
}
}