List status pages
curl --request GET \
--url https://api.rootly.com/v1/status-pages \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "status_pages",
"attributes": {
"title": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"public_title": "<string>",
"description": "<string>",
"public_description": "<string>",
"header_color": "<string>",
"footer_color": "<string>",
"allow_search_engine_index": true,
"show_uptime": true,
"show_uptime_last_days": 30,
"success_message": "<string>",
"failure_message": "<string>",
"authentication_method": "none",
"authentication_enabled": false,
"authentication_password": "<string>",
"saml_idp_sso_service_url": "<string>",
"saml_idp_slo_service_url": "<string>",
"saml_idp_cert": "<string>",
"saml_idp_cert_fingerprint": "<string>",
"saml_name_identifier_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"website_url": "<string>",
"website_privacy_url": "<string>",
"website_support_url": "<string>",
"ga_tracking_id": "<string>",
"time_zone": "Etc/UTC",
"public": true,
"service_ids": [
"<string>"
],
"functionality_ids": [
"<string>"
],
"external_domain_names": [
"<string>"
],
"enabled": true
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
success
Show child attributes
Unique ID of the status page
status_pages Show child attributes
The title of the status page
Date of creation
Date of last update
The slug of the status page
The public title of the status page
The description of the status page
The public description of the status page
The color of the header. Eg. "#0061F2"
The color of the footer. Eg. "#1F2F41"
Allow search engines to include your public status page in search results
Show uptime
Show uptime over x days
30, 60, 90 Message showing when all components are operational
Message showing when at least one component is not operational
Authentication method
none, password, saml Enable authentication (deprecated - use authentication_method instead)
Authentication password
SAML IdP SSO service URL
SAML IdP SLO service URL
SAML IdP certificate
SAML IdP certificate fingerprint
SAML name identifier format
urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient, urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified Website URL
Website Privacy URL
Website Support URL
Google Analytics tracking ID
A valid IANA time zone name.
Make the status page accessible to the public
Services attached to the status page
Functionalities attached to the status page
External domain names attached to the status page
Enabled / Disable the status page
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/status-pages \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "status_pages",
"attributes": {
"title": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"public_title": "<string>",
"description": "<string>",
"public_description": "<string>",
"header_color": "<string>",
"footer_color": "<string>",
"allow_search_engine_index": true,
"show_uptime": true,
"show_uptime_last_days": 30,
"success_message": "<string>",
"failure_message": "<string>",
"authentication_method": "none",
"authentication_enabled": false,
"authentication_password": "<string>",
"saml_idp_sso_service_url": "<string>",
"saml_idp_slo_service_url": "<string>",
"saml_idp_cert": "<string>",
"saml_idp_cert_fingerprint": "<string>",
"saml_name_identifier_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"website_url": "<string>",
"website_privacy_url": "<string>",
"website_support_url": "<string>",
"ga_tracking_id": "<string>",
"time_zone": "Etc/UTC",
"public": true,
"service_ids": [
"<string>"
],
"functionality_ids": [
"<string>"
],
"external_domain_names": [
"<string>"
],
"enabled": true
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}