---
title: "Get Help Center Article"
method: GET
path: "/v1/help-center-articles/{id}"
tags: ["Help Center Articles"]
---

# Get Help Center Article

`GET /v1/help-center-articles/{id}`

Get a help center article by its ID

## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (`company_admin`) | View help articles (`help_center_article:read`) | - |

## Path parameters

- `id` integer, required

## Response `200`

Success

- HelpCenterArticleResponse — Help Center Article Response
  - `data` object, required
    - `help_center_article` HelpCenterArticle, required — Help Center Article
      - `body` string, required — Body of the article
      - `html_url` string, required — HTML URL of the article
      - `title` string, required — Title of the article
      - `zendesk_id` integer, required — Zendesk ID of the article

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
