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": "03522949-2497-42c6-a71e-199d2a918b73",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "a76a7b6b-8c5a-465d-b699-ca0febd58ffb",
      "title": "Consequatur",
      "body": "Et porro non aliquam.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-10-23T03:41:59.049-07:00",
      "updated_at": "2025-10-23T03:41:59.049-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
I