Skip to main content
GET
/
v1
/
templates
/
{id}
Retrieves a status page template
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"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

status page template found

data
object
required