OpenAPI JSON

API resource

Tasks

Tasks are background actions in your account, such as WordPress updates, staging, restores, migrations, reports, cleanup, and other site maintenance. Use Tasks to check status and progress, review the sites and options used for the task, and inspect site-level progress and steps when details are available.

3 operations · Each operation has a stable reference URL.

GET

List tasks

Returns tasks in your account with status, type, progress, and request

/tasks
GET

Show task

Returns one task with its current status, request details, site-level

/tasks/{task_id}
POST

Cancel task

Requests cancellation for a task.

/tasks/{task_id}/cancel