---
title: "List all the the HelpCenter articles"
method: GET
path: "/v1/helpcenter/articles"
tags: ["HelpCenter"]
---

# List all the the HelpCenter articles

`GET /v1/helpcenter/articles`

List all the the HelpCenter articles. Drafts are included by default; pass `status=draft` or `status=published` to narrow down.

## Query parameters

- `cursor` integer
- `limit` integer
- `categoryId` string, uuid, nullable
- `tags` string, nullable
- `status` 'draft' | 'published', nullable
- `keyword` string, nullable

## Response `200`

Successful Response

- ExternalApiListResponseExternalArticleListResponseSchema
  - `data` ExternalArticleListResponseSchema[], required
    - `id` string, uuid, required
    - `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
    - `tags` string, nullable
    - `upVotes` integer
    - `downVotes` integer
    - `mentions` integer
  - `total` integer, nullable
  - `cursor` integer, nullable
  - `limit` integer, 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/revisions/cccb502cd477/schema)
