---
title: "Get Content Draft"
method: GET
path: "/api/v1/content/{content_id}/draft"
tags: ["Content"]
---

# Get Content Draft

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

Read the current draft text of a content item — the article body as it stands right now, including every revision applied so far. Use this before revise_content to see what you are changing, and after it to confirm the result. A status of generated_brief means the brief is ready while the article is still being written, so body may still be empty. For the full record (cited urls, links, social posts) use get_content_detail instead.

## Path parameters

- `content_id` string, required

## Query parameters

- `website_id` string, required

## Response `200`

Success

- object
  - `content_id` string, required
  - `title` string, nullable, required
  - `body` string, nullable, required
  - `brief` string, nullable, required
  - `meta_description` string, nullable, required
  - `status` string, nullable, required
  - `latest_version_number` integer, nullable, required

## 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/revisions/6c5d71622cb9/schema)
