---
title: "Get article by slug"
method: GET
path: "/v3/cms/articles/{slug}"
tags: ["CMS"]
---

# Get article by slug

`GET /v3/cms/articles/{slug}`

## Path parameters

- `slug` string, required

## Query parameters

- `teamId` string
- `skipCmsSync` string

## Response `200`

Default Response

- object
  - `article` object, required
    - `slug` string
    - `title` string
    - `content` string
    - `status` string
    - `url` string, nullable
    - `currentContentHash` string
    - `auditContentHash` string, nullable
    - `keywords` object[]
      - `keyword` string
      - `type` string
    - `prompts` object[]
      - `prompt` string
      - `type` string

## Other responses

- `404` — Default Response
- `500` — Default Response

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 info
  - added the success response with the status `200`

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/cms/articles/:slug/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/6f0b6cbb515f?raw)
