status-page

Resolve a published status page by custom domain

get/status-page/resolve

Query parameters

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

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