List virtual servers
The response includes every virtual server your account can access, each with its current state and latest health score.
curl https://app.tirelesscode.com/api/workspaces \
-H "Authorization: Bearer tl_YOUR_KEY"{
"workspaces": [
{
"id": "0b6f3d2e-8a41-4c2f-9d15-6e7a1b2c3d4e",
"name": "side-project",
"regionId": "eu-central",
"planId": "pro",
"desiredState": "ready",
"observedState": "ready",
"health": { "score": 92, "band": "healthy" },
"ownerName": "Ada"
}
]
}