Gets project's service health status
get
/v1/projects/{ref}/healthOAuth scopes
- projects:read
The fine-grained token must include the following permissions to access this endpoint:
- project_admin_read
Path parameters
- refRequiredstring
Project ref
Query parameters
- servicesRequiredany of the following options
Comma-separated list of enums or array of enums.
- timeout_msOptionalinteger
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
[ { "name": "auth", "healthy": true, "status": "COMING_UP", "info": { "name": "GoTrue", "version": "lorem", "description": "lorem" }, "error": "lorem" }]