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)
1[2 {3 "name": "auth",4 "healthy": true,5 "status": "COMING_UP",6 "info": {7 "name": "GoTrue",8 "version": "lorem",9 "description": "lorem"10 },11 "error": "lorem"12 }13]