---
title: "Browse the property catalog"
method: GET
path: "/api/registry/catalog"
tags: ["Property Catalog"]
---

# Browse the property catalog

`GET /api/registry/catalog`

Browse the property fact-graph with filters. Cursor-paginated (opaque `cursor` → `next_cursor`). Each entry carries the property's identifiers. `property_rid` is a non-authoritative join/match handle, never an authorization credential.

## Query parameters

- `classification` string
- `source` string
- `status` string
- `identifier_type` string
- `search` string
- `min_resolves` string — Minimum lifetime resolve count (integer).
- `active_since` string — ISO 8601 — only properties with resolve activity since this time.
- `limit` string — Page size (integer).
- `cursor` string — Opaque pagination cursor from a prior `next_cursor`.

## Response `200`

Catalog page

- CatalogBrowseResponse
  - `entries` CatalogBrowseEntry[], required
    - `property_rid` string, required
    - `property_id` string, nullable, required
    - `classification` string, required
    - `source` string, required
    - `status` string, required
    - `identifiers` CatalogIdentifier[], required
      - `type` string, required
      - `value` string, required
  - `total` integer, required
  - `next_cursor` string, nullable, required — Opaque cursor for the next page; null when exhausted.

---

[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)
