Get an org's health checks
GET /v1/orgs/current/health-checks
GET
/v1/orgs/current/health-checks
Fetch the most recent health checks for an org. Health checks are automatically performed once every 60 seconds.
Authorizations
Parameters
Query Parameters
limit
integer
Limit of health checks to return
Responses
200
OK
Array<object>
object
created_at
string
created_by_id
string
id
string
orgID
string
status
string
status_description
string
updated_at
string
400
Bad Request
object
description
string
error
string
user_error
boolean
401
Unauthorized
object
description
string
error
string
user_error
boolean
403
Forbidden
object
description
string
error
string
user_error
boolean
404
Not Found
object
description
string
error
string
user_error
boolean
500
Internal Server Error
object
description
string
error
string
user_error
boolean