Sites
List Site Domains
Returns the site's additional domains (aliases and redirects) plus the primary domain. Each entry includes whether the domain is a redirect and its port if a port-mapping is configured. Requires…
Get Domain Update Status
Returns the most recent domain-update status from the site's domainChangeInfo metadata. Read-only — does not trigger a live SSH check. Returns status=idle when no domain update has been recorded. Requires…
List Backups
Returns all backups for the specified site. Requires the read:sites scope.
Get Site Backup Count
Returns the number of backup files stored for the site, split into local and remote, plus the combined total. Requires the read:sites scope.
Get Site Monitoring Stats
Returns resource usage statistics for the site (PHP-FPM, response time, etc.). Requires the read:sites scope.
Monitoring History
Returns a time-series of CPU, RAM, and disk usage for the site, sampled from the most recent server monitor snapshots. Pass range=24h for the last 24 hours, or range=7d (default)…
Site Access Logs
Reads the live access log from the site's web server and returns parsed entries. The path is stack-aware — for nginx stacks it reads the nginx access log, for OpenLiteSpeed…
List Site Events
Returns the recent task and event history for the site (e.g. SSL issuance, cache purge, plugin updates). Requires the read:sites scope.
List Deployment Logs
Returns the git deployment history for the site. Requires the read:sites scope.
Get Git Repository Info
Returns the connected git repository configuration for the site. Private keys are never returned. Requires the read:sites scope.
