Skip to main content
GET
/
projects
/
{id}
/
statistics
{
  "monitors": {
    "total": 123,
    "up": 123,
    "down": 123,
    "maintenance": 123
  },
  "incidents": {
    "total": 123,
    "active": 123,
    "resolved": 123
  },
  "team": {
    "total": 123,
    "admins": 123,
    "users": 123,
    "projectManagers": 123
  },
  "uptime": {
    "last24h": 123,
    "last7d": 123,
    "last30d": 123,
    "current": 123
  },
  "performance": {
    "avgResponseTime": 123,
    "p95ResponseTime": 123,
    "p99ResponseTime": 123,
    "minResponseTime": 123,
    "maxResponseTime": 123,
    "responseTimeByRegion": {}
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Project ID

Response

Project statistics

monitors
object
required

Monitor statistics

incidents
object
required

Incident statistics

team
object
required

Team statistics

uptime
object
required

Uptime statistics

performance
object
required

Performance statistics