Skip to main content
GET
/
monitors
/
projects
/
{projectId}
/
uptime
{
  "monitors": [
    {
      "id": "<string>",
      "name": "<string>",
      "uptime": 123,
      "responseTime": 123,
      "checksCount": 123
    }
  ],
  "overall": {
    "uptime": 123,
    "responseTime": 123,
    "totalChecks": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Query Parameters

startDate
string

Start date for uptime data (ISO format)

endDate
string

End date for uptime data (ISO format)

Response

200 - application/json

Return the uptime data.

monitors
object[]
required

Per-monitor uptime statistics

overall
object
required

Overall project uptime statistics