---
title: "Get the site-wide GEO audit result"
method: GET
path: "/v3/geo-audit/site"
tags: ["GEO Audit"]
---

# Get the site-wide GEO audit result

`GET /v3/geo-audit/site`

The latest stored GEO (generative engine optimisation) audit for the site: how well its content is structured for AI answer engines, with the overall score and the checks behind it. Read-only; run_geo_audit produces this.

## Query parameters

- `teamId` string, required
- `url` string

## Response `200`

Default Response

- object
  - `audit` object, nullable
    - `domain` string
    - `overallScore` number, nullable
    - `payload` object, nullable
    - `updatedAt` string, date-time
  - `auditStatus` 'running' | 'idle' | 'failed'

## Changes

- **2026-09-26** `68d7cda28432` — 2 warning, 1 info
  - removed the optional property `jobId` from the response with the `200` status
  - removed the optional property `jobStatus` from the response with the `200` status
  - added the optional property `auditStatus` to the response with the `200` status
- **2026-09-18** `e0163b1c37cb` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2026-08-14** `c6b2fabd21be` — 2 info
  - api operation id `getGeoSiteAudit` was added
  - api tag `GEO Audit` added
- **2026-08-02** `fc71da85b381` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/geo-audit/site/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)
