---
title: "Get article status"
method: POST
path: "/v1/get-article-status"
---

# Get article status

`POST /v1/get-article-status`

Retrieve the status of an article.

## Query parameters

- `api_key` string, required

## Request body

- object
  - `article_id` integer, required — The ID of the article to retrieve the status for.

## Response `200`

Successful response

- object
  - `id` integer — Article ID
  - `status` string — Status of the response
  - `article_status` 'Complete' | 'In Progress' | 'Refunded' — Status of the article
  - `article_progress` integer — Progress of the article, ranging from 0 to 100%. If completed, it will be set to null.
  - `last_publish_status` string — Last publish status of the article, if any.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/agilitywriter/apis/agility-writer-api-beta.md) · [All operations](https://skmtc.net/agilitywriter/apis/agility-writer-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agilitywriter/agility-writer-api-beta/revisions/91fc72cb99f6/schema)
