---
title: "Get Content Pipeline Status"
method: GET
path: "/api/v1/content/{content_id}/status"
tags: ["Content"]
---

# Get Content Pipeline Status

`GET /api/v1/content/{content_id}/status`

Get the normalized pipeline status (running | succeeded | failed) for one content row, plus the raw stage behind it. Read-only. Poll once per contentId returned by create_content (content.pipeline.start). A stage of generated_brief with status running means the brief is ready and waiting: for a non-auto-approve draft it stays there until the brief approve endpoint is called, so do not treat running as always in progress.

## Path parameters

- `content_id` string, required

## Query parameters

- `website_id` string, required

## Response `200`

Success

- object
  - `status` 'running' | 'succeeded' | 'failed', required
  - `stage` 'scheduled' | 'pending' | 'pending_brief' | 'generated_brief' | 'pending_article' | 'generated' | 'done' | 'failed', nullable, required — Raw pipeline stage behind the normalized status. Null when no generation row exists yet.

## Other responses

- `400` — Bad Request — validation failed
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Rate Limited
- `500` — Internal Error

---

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