---
title: "Check a design run's progress."
method: GET
path: "/api/external/v1/pages/generate/status"
tags: ["GenPages"]
---

# Check a design run's progress.

`GET /api/external/v1/pages/generate/status`

`status` is one of `queued`, `running`, `success`, `error`, `cancelled`.
On `success`, read the result with pages/design.

## Query parameters

- `workspace_id` integer, required — The workspace the run belongs to.
- `run_id` string, required — From pages/generate.

## Response `200`

- object
  - `run_id` string
  - `status` string
  - `campaign_id` integer
  - `error` string

## Changes

- **2026-08-17** `dd3f47f72f7a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/genpage/apis/genpage-external-api-documentation/changes/api/external/v1/pages/generate/status/get.md)

---

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