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": "2b4fe564-edf0-428c-9ce4-e314556ba49d",
"type": "status_page_templates",
"attributes": {
"status_page_id": "8d136d94-8537-43d6-9cf7-658bdc72f9be",
"title": "Dolorem",
"body": "Molestiae commodi sed sint.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-12-11T12:03:57.045-08:00",
"updated_at": "2025-12-11T12:03:57.045-08:00",
"kind": "normal"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
status page template found
Show child attributes
Unique ID of the status page template
status_page_templates Show child attributes
Title of the template
Description of the event the template will populate
Date of creation
Date of last update
Status of the event the template will populate
The kind of the status page template
normal, scheduled Controls if incident subscribers should be notified
Enable / Disable the status page template
Position of the workflow task
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2b4fe564-edf0-428c-9ce4-e314556ba49d",
"type": "status_page_templates",
"attributes": {
"status_page_id": "8d136d94-8537-43d6-9cf7-658bdc72f9be",
"title": "Dolorem",
"body": "Molestiae commodi sed sint.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-12-11T12:03:57.045-08:00",
"updated_at": "2025-12-11T12:03:57.045-08:00",
"kind": "normal"
}
}
}