---
title: "Poll the progress of an install job"
method: GET
path: "/api/client/wordpress/install-status"
tags: ["Client - WordPress"]
---

# Poll the progress of an install job

`GET /api/client/wordpress/install-status`

## Query parameters

- `job_key` string, required

## Response `200`

Progress

- object
  - `step` integer
  - `total` integer
  - `label` string
  - `completed` boolean
  - `error` string, nullable
  - `conflict` boolean
  - `summary` object, nullable

## Other responses

- `404` — Job key unknown or expired

---

[API](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation.md) · [All operations](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adminbolt/adminbolt-api-documentation/revisions/bf4f36fbfbd3/schema)
