---
title: "Get the latest SEO audit for a page or site"
method: GET
path: "/v3/seo-audit/latest-audit"
tags: ["SEO Audit"]
---

# Get the latest SEO audit for a page or site

`GET /v3/seo-audit/latest-audit`

The most recent technical SEO audit: overall, technical, content and GEO scores, plus the SEO issues found and whether each has been marked fixed. Each issue also reports `autofixCredits`, the exact credits autofix_issues would charge to fix it on that page (0 when the issue is not auto-fixable or the fix is free). Set pageIssuesScope to 'domain' for site-wide issues across every crawled page, or leave it as 'page' for just the requested URL. Use this to answer 'what SEO problems does my site have' or 'what should I fix'.

## Query parameters

- `teamId` string, required
- `link` string, required
- `pageIssuesScope` 'page' | 'domain'

## Response `200`

Default Response

## Changes

- **2026-09-20** `992a8ecadda0` — 1 warning
  - deleted the `query` request parameter `fields`
- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2026-08-27** `fb2ac524c158` — 1 info
  - added the new optional `query` request parameter `fields`
- **2026-08-14** `c6b2fabd21be` — 1 info
  - endpoint added

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