---
title: "Get a Deepnote documentation article"
method: GET
path: "/docs/{slug}"
tags: ["Docs"]
---

# Get a Deepnote documentation article

`GET /docs/{slug}`

Returns the article body in Markdown, with custom MDX components left as-is. Available without authentication.

## Path parameters

- `slug` string, required — Documentation article slug, matching the URL on deepnote.com/docs/{slug}.

## Response `200`

Documentation article

- object
  - `doc` DocPage, required
    - `slug` string, required — Documentation article slug, matching the URL on deepnote.com/docs/{slug}.
    - `title` string, required — Article title.
    - `description` string, nullable, required — Short article description from frontmatter, if any.
    - `content` string, required — Article body in Markdown.

## Other responses

- `400` — Validation error
- `404` — Article not found

---

[API](https://skmtc.net/deepnote/apis/deepnote-public-api.md) · [All operations](https://skmtc.net/deepnote/apis/deepnote-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepnote/deepnote-public-api/revisions/726970fd2992/schema)
