Agency Hosting: Websites
List running Agency Plan website processes
Lists active and recently completed asynchronous processes for an Agency Plan website.
Each process has a unique ID (for tracking), a type, and a status (running, completed, failed). Poll this endpoint after initiating async operations (SSL setup, backups, cloning) to track progress.
get/api/agency-hosting/v1/websites/{website_uid}/processes
Path parameters
website_uidstring required
Example:zpwlGlp19
Agency Plan website UID
Response
Success response
Example response
[
{
"id": "0193b6d4-fabb-70e0-8ea4-cfe060a45898",
"type": "backup_generation",
"status": "running"
}
]