---
search:
  tags:
    - help-center
    - GET
seo:
  description: >-
    Fetches the Markdown source of a Leadtime documentation article. Reference
    for the GET /help-center/article endpoint in the Leadtime Public API API.
sidebar:
  badge: GET
  label: Get help center article content
title: Get help center article content
type: openapi-operation
---
Fetches the Markdown source of a Leadtime documentation article.

**How to use this endpoint:**
1. Call `GET /help-center/search` to find a matching article
2. Pass the returned `slug` to this endpoint
3. Optionally set `language` to `de` or `en`

**What is returned:**
- Stable slug
- Selected language
- Complete article Markdown
- Breadcrumb and sibling articles
- A fallback flag when the requested locale was unavailable

<Operation source="api-reference" id="helpcentercontroller-gethelpcenterarticle" />
