---
title: "Article generation status"
method: GET
path: "/v3/generate-article/generation-status/"
tags: ["Generate Article"]
---

# Article generation status

`GET /v3/generate-article/generation-status/`

Check whether an article is currently being generated or updated, and how far along it is. Poll this after `generate_article` / `start_article_generation`: once it is no longer generating, the article is ready (`status` becomes `generated`) — then read it with `get_article`. `error` is set if generation failed.

## Query parameters

- `teamId` string
- `slug` string, required

## Response `200`

Default Response

- object
  - `slug` string
  - `articleId` string
  - `status` string — Lifecycle status (draft/generated/published…).
  - `generating` boolean
  - `kind` string, nullable — "generate" | "update" while generating.
  - `phase` string, nullable
  - `progress` number, nullable
  - `enrichmentPhase` string, nullable — Post-content JSON-LD/audit phase, independent of `generating`.
  - `error` string, nullable

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/aa8eaa9e34a0/schema)
