---
title: "Property activity history"
method: GET
path: "/api/properties/history"
tags: ["Property Resolution"]
---

# Property activity history

`GET /api/properties/history`

Returns the edit history for a property in the registry, newest first.

## Query parameters

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

## Response `200`

Property activity history

- PropertyActivity
  - `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` — Property 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/revisions/9ea7fedf54c0/schema)
