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

# Get latest article audit

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

Returns the latest cached audit for an article.

## Path parameters

- `slug` string, required

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `id` string
  - `teamId` string
  - `contentHash` string
  - `seoScore` number
  - `contentScore` number
  - `aiSearchScore` number
  - `coverageScore` number
  - `linkingScore` number
  - `overallScore` number
  - `seoPayload` object, nullable
  - `contentPayload` object, nullable
  - `aiSearchPayload` object, nullable
  - `coveragePayload` object, nullable
  - `linkingPayload` object, nullable
  - `cached` boolean
  - `createdAt` string, date-time

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/cms/audit/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/623d4784f6e6?raw)
