GenPages

Check a design run's progress.

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

get/api/external/v1/pages/generate/status

Query parameters

workspace_idinteger required

The workspace the run belongs to.

Example:55

The workspace the run belongs to.

run_idstring required

From pages/generate.

Example:run_01H…

From pages/generate.

Response

run_idstring
statusstring
campaign_idinteger
errorstring

Example response

{
  "run_id": "run_01H…",
  "status": "running",
  "campaign_id": 231,
  "error": null
}

Changes