Get one article
get_articleFetch a single article by slug to retrieve its full Markdown content for reading, editing, or repurposing. Use after listing or searching to get the actual body.
Instructions
Fetch a single article by slug, including its full Markdown body.
Use this after list_my_articles or search_articles has given you a slug and you need the actual content — for reading, editing, or repurposing it. Fetching one article at a time is deliberate: the listing tools omit bodies so they stay cheap.
Reads only; nothing is created or modified. Requires an API key for unpublished articles; published ones are readable without. Returns the article object with content_markdown populated. Errors if the slug does not exist or the account cannot see it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL slug of the article, e.g. 'how-we-cut-build-times'. Not the numeric id, and not the full URL. |