---
title: "Get an article"
method: GET
path: "/helpcenter/collections/{helpcenterCollectionId}/articles/{helpcenterArticleId}"
tags: ["Help center articles"]
---

# Get an article

`GET /helpcenter/collections/{helpcenterCollectionId}/articles/{helpcenterArticleId}`

Get a help center article by id. Pass format=html or format=markdown to
additionally include the article content converted to that format (as a localized
contentHtml / contentMarkdown field) next to the stored editor JSON. Omit the
parameter to return the article unchanged.

## Path parameters

- `helpcenterArticleId` string, required

## Query parameters

- `format` string

## Response `200`

Ok

- unknown

---

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