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": "c2bc370b-979f-43c9-944c-08a2395d3247",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "f014c9cf-74f3-473b-b5ef-ba3b632c9fc2",
      "title": "Soluta",
      "body": "Architecto voluptas a illum.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-09-16T17:18:10.504-07:00",
      "updated_at": "2025-09-16T17:18:10.504-07: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