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": "7a1f610a-3c29-4ce5-8527-cda8913c8dba",
"type": "status_page_templates",
"attributes": {
"status_page_id": "e21a5f3c-2564-4c95-b08d-0724769fca8a",
"title": "Sit",
"body": "Ipsum facilis eos velit.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-12-23T23:21:29.459-08:00",
"updated_at": "2025-12-23T23:21:29.459-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": "7a1f610a-3c29-4ce5-8527-cda8913c8dba",
"type": "status_page_templates",
"attributes": {
"status_page_id": "e21a5f3c-2564-4c95-b08d-0724769fca8a",
"title": "Sit",
"body": "Ipsum facilis eos velit.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-12-23T23:21:29.459-08:00",
"updated_at": "2025-12-23T23:21:29.459-08:00",
"kind": "normal"
}
}
}