v1

latestOpenAPI 3.1.02026-07-2210284274.4 KB
Policy Registry

List policies

Browse and search the governance policy registry. Returns approved policies with optional filtering by category, enforcement level, jurisdiction, policy category, and governance domain.

get/api/policies/registry

Query parameters

searchstring

Full-text search on policy name and description

Full-text search on policy name and description

category'regulation' | 'standard'
enforcement'must' | 'should' | 'may'
jurisdictionstring

Filter by jurisdiction (includes region alias matching)

Example:EU

Filter by jurisdiction (includes region alias matching)

policy_categorystring
Example:age_restricted
domainstring

Filter by governance domain

Example:campaign

Filter by governance domain

limitinteger

Results per page (default 20, max 1000)

Results per page (default 20, max 1000)

offsetinteger

Pagination offset (default 0)

Pagination offset (default 0)

Response

Policy listing with facet stats

Example response

{
  "policies": [
    {
      "policy_id": "gdpr_consent",
      "version": "1.0.0",
      "name": "GDPR Consent Requirements",
      "description": "Requirements for valid consent under GDPR",
      "jurisdictions": [
        "EU",
        "EEA"
      ],
      "region_aliases": {
        "EU": [
          "DE",
          "FR",
          "IT"
        ]
      },
      "policy_categories": [
        "age_restricted",
        "pharmaceutical_advertising"
      ],
      "channels": [
        "display",
        "video"
      ],
      "governance_domains": [
        "campaign",
        "creative"
      ],
      "effective_date": "2025-05-25T00:00:00.000Z",
      "source_url": "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
      "source_name": "EUR-Lex",
      "created_at": "2026-03-01T12:00:00.000Z",
      "updated_at": "2026-03-01T12:00:00.000Z"
    }
  ]
}