Skip to content
Pile
Esc
navigateopen⌘Jpreview

List readiness

GET/workspaces/{organizationId}/readiness
Path parameters
organizationIdstringrequired
Responses
200Workspace readiness
readybooleanrequired
checksobject[]required
Show properties
Array of object
namestringrequired
okbooleanrequired
requiredbooleanrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/readiness"
Response
{
  "ready": true,
  "checks": [
    {
      "name": "string",
      "ok": true,
      "required": true
    }
  ]
}