v1

latestOpenAPI 3.1.02026-07-2210284274.4 KB
Property Catalog

Browse the property catalog

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

get/api/registry/catalog

Query parameters

classificationstring
Example:property
sourcestring
statusstring
Example:active
identifier_typestring
Example:domain
searchstring
min_resolvesstring

Minimum lifetime resolve count (integer).

Minimum lifetime resolve count (integer).

active_sincestring

ISO 8601 — only properties with resolve activity since this time.

ISO 8601 — only properties with resolve activity since this time.

limitstring

Page size (integer).

Page size (integer).

cursorstring

Opaque pagination cursor from a prior next_cursor.

Opaque pagination cursor from a prior next_cursor.

Response

Catalog page

totalinteger required
next_cursorstring nullable required

Opaque cursor for the next page; null when exhausted.

Example response

{
  "entries": [
    {
      "classification": "property",
      "source": "adagents_json",
      "status": "active",
      "identifiers": [
        {
          "type": "domain",
          "value": "nytimes.com"
        }
      ]
    }
  ]
}