---
title: "Brand activity history"
method: GET
path: "/api/brands/history"
tags: ["Brand Resolution"]
---

# Brand activity history

`GET /api/brands/history`

Returns the edit history for a brand in the registry, newest first. Only brands with community or enriched edits have history; brand.json-sourced brands are authoritative and do not generate revisions.

## Query parameters

- `domain` string, required
- `limit` integer
- `offset` integer

## Response `200`

Brand activity history

- BrandActivity
  - `domain` string, required
  - `total` integer, required
  - `revisions` object[], required
    - `revision_number` integer, required
    - `editor_name` string, required
    - `edit_summary` string, required
    - `source` string — Source type of the record at the time of this revision (brand_json, enriched, community)
    - `is_rollback` boolean, required
    - `rolled_back_to` integer — Revision number that was restored; only present when is_rollback is true
    - `created_at` string, required

## Other responses

- `400` — domain parameter required
- `404` — Brand not found

---

[API](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api.md) · [All operations](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adcontextprotocol/agenticadvertising-org-registry-api/versions/9ea7fedf54c0/schema)
