Skip to main content

Workspaces API

Version: 1.0

Health check

GET
/workspace/health_check

Checks if the service is healthy and able to response to requests

Request

Query parameters
fullboolean
check_dependenciesboolean

Responses

200

Successful Response

undefinedunknown

422

Unprocessable Content

detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring
{
"detail": "string",
"invalid-params": [
{
"name": "string",
"reason": "string"
}
],
"status": 0,
"title": "string",
"type": "string"
}