status-page

Get a public status page by its URL slug

get/status-page/{url}

Path parameters

urlstring required

Query parameters

'uptime' | 'infrastructure' required
OR
string[] required
range'latest' | '30d' | '60d' | '90d'

Response

OK

successtrue required
msgstring required

Example response

{
  "data": {
    "statusPage": {
      "id": "65f1c2a4d8b9e0123456789c",
      "userId": "65f1c2a4d8b9e01234567891",
      "teamId": "65f1c2a4d8b9e01234567890",
      "type": [
        "uptime"
      ],
      "companyName": "Acme",
      "url": "acme-status",
      "customDomain": null,
      "timezone": "America/Toronto",
      "color": "#4169E1",
      "monitors": [
        "65f1c2a4d8b9e0123456789a"
      ],
      "subMonitors": [],
      "isPublished": true,
      "showCharts": true,
      "showUptimePercentage": true,
      "showAdminLoginLink": false,
      "showInfrastructure": false,
      "customCSS": "",
      "theme": "refined",
      "themeMode": "auto",
      "createdAt": "2026-04-01T10:00:00.000Z",
      "updatedAt": "2026-04-15T14:30:00.000Z"
    },
    "range": "90d",
    "bucketTimezone": "America/Toronto",
    "checkTTLDays": 30,
    "monitors": [
      {
        "id": "65f1c2a4d8b9e0123456789a",
        "name": "API",
        "type": "http",
        "status": "up",
        "uptimePercentage": 0.9987,
        "recentChecks": [],
        "dailyChecks": [
          {
            "monitorId": "65f1c2a4d8b9e0123456789a",
            "date": "2026-07-19",
            "totalChecks": 2880,
            "upChecks": 2877,
            "downChecks": 3,
            "avgResponseTime": 142
          }
        ]
      }
    ]
  }
}

Changes

Changed in 6 of the 38 revisions of this API.11730

    • added the optional property data/monitors/items/recentChecks/items/containerSummary to the response with the 200 status

      response-optional-property-added

    • removed the latest enum value from the data/range response property for the response status 200

      response-property-enum-value-removed

  • f7e042fd1c35117See the full diff
    • the data response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • deleted the query request parameter timeFrame

      request-parameter-removed

    • added the new optional query request parameter range

      new-optional-request-parameter

    • added the optional property data/bucketTimezone to the response with the 200 status

      response-optional-property-added

    • added the optional property data/checkTTLDays to the response with the 200 status

      response-optional-property-added

    • added the optional property data/range to the response with the 200 status

      response-optional-property-added

    • the response property data became required for the status 200

      response-property-became-required

    • added the required property data/monitors to the response with the 200 status

      response-required-property-added

    • added the required property data/statusPage to the response with the 200 status

      response-required-property-added

  • 39082d385dda532See the full diff
    • added the new required query request parameter type

      new-required-request-parameter

    • for the path request parameter url, the minLength was increased from 0 to 1

      request-parameter-min-length-increased

    • removed the media type application/json for the response with the status 404

      response-media-type-removed

    • the response property data became nullable for the status 200

      response-property-became-nullable

    • the data response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the optional property details from the response with the 500 status

      response-optional-property-removed

    • added the new false enum value to the success response property for the response status 500

      response-property-enum-value-added

    • added the new true enum value to the success response property for the response status 200

      response-property-enum-value-added

    • added the new optional query request parameter timeFrame

      new-optional-request-parameter

    • added the optional property data to the response with the 500 status

      response-optional-property-added

    This revision also has 27 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the non-success response with the status 422

      response-non-success-status-removed

    • added the optional property details to the response with the 404 status

      response-optional-property-added

    • added the optional property details to the response with the 500 status

      response-optional-property-added

    • the response property msg became required for the status 200

      response-property-became-required

    • the response property msg became required for the status 404

      response-property-became-required

    • the response property msg became required for the status 500

      response-property-became-required

    • the response property success became required for the status 200

      response-property-became-required

    • the response property success became required for the status 404

      response-property-became-required

    • the response property success became required for the status 500

      response-property-became-required

    • the success response's property default value false was removed for the status 404

      response-property-default-value-removed

    • the success response's property default value false was removed for the status 500

      response-property-default-value-removed

    • the success response's property default value true was removed for the status 200

      response-property-default-value-removed

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • b97ec6888b3c537See the full diff
    • the response property msg became optional for the status 200

      response-property-became-optional

    • the response property msg became optional for the status 500

      response-property-became-optional

    • the response property success became optional for the status 200

      response-property-became-optional

    • the response property success became optional for the status 500

      response-property-became-optional

    • the data response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • deleted the query request parameter timeFrame

      request-parameter-removed

    • deleted the query request parameter type

      request-parameter-removed

    • removed the optional property data from the response with the 500 status

      response-optional-property-removed

    • for the path request parameter url, the minLength was decreased from 1 to 0

      request-parameter-min-length-decreased

    • added the media type application/json for the response with the status 404

      response-media-type-added

    • added the non-success response with the status 422

      response-non-success-status-added

    • the success response's property default value false was added for the status 500

      response-property-default-value-added

    • the success response's property default value true was added for the status 200

      response-property-default-value-added

    • removed the false enum value from the success response property for the response status 500

      response-property-enum-value-removed

    • removed the true enum value from the success response property for the response status 200

      response-property-enum-value-removed

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog