---
title: "Get a HelpCenter article by id or slug"
method: GET
path: "/v1/helpcenter/articles/{id}"
tags: ["HelpCenter"]
---

# Get a HelpCenter article by id or slug

`GET /v1/helpcenter/articles/{id}`

Get a HelpCenter article by id or slug

## Path parameters

- `id` union, required
  - string, uuid
  - string

## Response `200`

Successful Response

- ExternalArticleResponseSchema
  - `id` string, uuid, nullable
  - `categoryId` string, uuid, required
  - `companyId` string, uuid, required
  - `slug` string, required
  - `order` number, required
  - `lastPublishedAt` string, date-time, nullable
  - `title` string, required
  - `description` string, nullable
  - `content` string, nullable
  - `tags` string, nullable
  - `upVotes` integer
  - `downVotes` integer
  - `mentions` integer
  - `pageTitle` string, nullable
  - `canonicalUrl` string, nullable
  - `segments` string[], nullable
  - `locale` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/atlas/apis/atlas-api.md) · [All operations](https://skmtc.net/atlas/apis/atlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlas/atlas-api/versions/d121925e599d/schema)
