---
title: "Get async brand scan status/result"
method: GET
path: "/api/agent/tools/brand-scan/{id}"
tags: ["SEO Tools"]
---

# Get async brand scan status/result

`GET /api/agent/tools/brand-scan/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Scan status

- BrandScanStatusResponse
  - `id` string, uuid, required
  - `status` 'processing' | 'completed' | 'failed', required
  - `brand_name` string, required
  - `credits_charged` integer, required
  - `overall_score` integer
  - `results` BrandScanProviderResult[]
    - `llmId` 'chatgpt' | 'gemini' | 'perplexity' | 'claude' | 'deepseek' | 'grok', required
    - `mentioned` boolean, required
    - `sentiment` 'positive' | 'neutral' | 'negative' | 'unknown', required
    - `snippet` string
    - `confidence` number, required
    - `error` string
  - `recommendations` string[]
  - `warnings` string[]
  - `error` string

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `429` — Rate limited
- `500` — Internal error

## Changes

- **2026-03-03** `9cd5ce117b1d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/citedy/apis/citedy-agent-api/changes/api/agent/tools/brand-scan/:id/get.md)

---

[API](https://skmtc.dev/citedy/apis/citedy-agent-api.md) · [All operations](https://skmtc.dev/citedy/apis/citedy-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/citedy/citedy-agent-api/revisions/b5785d3fe446/schema)
