API Documentation

Get Webspace

Detail view of a single webspace including linked domains and live disk usage.

Required scope: webspace:read

Headers

Header Required Value
Authorization Yes Bearer YOUR_API_KEY

Response

{
  "data": {
    "id": "69e80ac118f081032f3b0416",
    "name": "My Blog",
    "subdomain": "my-blog.sitequest.eu",
    "customDomain": null,
    "systemUser": "ws_0862c",
    "status": "ACTIVE",
    "cms": "WORDPRESS",
    "phpVersion": "8.3",
    "region": "eu-central",
    "nodeName": "node-bf015",
    "diskSpaceGb": 5,
    "diskUsageGb": 0.42,
    "diskUsageGbCached": 0.4,
    "bandwidthGb": 100,
    "bandwidthUsageGb": 1.25,
    "databases": 10,
    "databasesUsed": 1,
    "linkedDomains": [
      { "id": "69ee...", "domain": "blog.example.com", "sslActive": true, "sslExpiry": "2027-04-22T00:00:00.000Z" }
    ],
    "sslExpiry": "2027-04-22T00:00:00.000Z",
    "createdAt": "2026-04-01T12:34:56.000Z",
    "updatedAt": "2026-04-22T12:34:56.000Z"
  }
}

Response Fields

Field Type Description
systemUser string The Linux user (ws_<slug>) for SSH/SFTP login.
diskUsageGb number Live disk usage probe (falls back to cached value on probe failure).
diskUsageGbCached number Last cached disk usage in GB.
linkedDomains array Custom domains linked to this webspace, with SSL status.

Example

curl https://hosting.site.quest/api/v1/webspaces/69e80ac118f081032f3b0416 \
  -H "Authorization: Bearer sq_live_..."

MCP

This action is also available via the get_webspace MCP tool.