Skip to main content
GET
/
v1
/
intent
/
audiences
/
filters
Get available audience filter definitions
curl --request GET \
  --url https://api.aws53.cloud/v1/intent/audiences/filters
{
  "data": {
    "version": {
      "status": "catalog",
      "sourceTable": "<string>",
      "catalogTable": "<string>",
      "catalogVersion": "<string>",
      "buildId": "<string>",
      "buildDate": "<string>",
      "generatedAt": "<string>"
    },
    "summary": {
      "groupCount": 123,
      "filterCount": 123,
      "valueCount": 123,
      "recommendedFilterCount": 123,
      "standardFilterCount": 123,
      "advancedFilterCount": 123,
      "supportsAdvancedLogic": true,
      "defaultFieldLogic": "and"
    },
    "logic": {
      "summary": "<string>",
      "uiHints": {
        "useFields": [
          "<string>"
        ],
        "technicalFields": [
          "<string>"
        ],
        "valueHint": "<string>"
      },
      "simpleFilters": {
        "shape": "<string>",
        "topLevelLogic": "<string>",
        "multiSelectValueLogic": "<string>",
        "textTermLogic": "<string>"
      },
      "advancedFilters": {
        "enabled": true,
        "keys": [
          "and"
        ],
        "conditionShape": "<string>",
        "rules": [
          "<string>"
        ]
      },
      "examples": {
        "simple": {},
        "or": {},
        "nested": {}
      }
    },
    "groups": [
      {
        "key": "<string>",
        "label": "<string>",
        "description": "<string>",
        "filters": [
          {
            "key": "<string>",
            "label": "<string>",
            "type": "multi_select",
            "valueType": "enum",
            "operators": [
              "<string>"
            ],
            "sourceColumn": "<string>",
            "source": "serving",
            "requiresSidecar": true,
            "isSearchOnly": true,
            "ui": {
              "label": "<string>",
              "description": "<string>",
              "control": "multi_select",
              "section": "recommended",
              "order": 123,
              "recommended": true,
              "advanced": true,
              "placeholder": "<string>",
              "helperText": "<string>",
              "examples": [
                "<string>"
              ],
              "valueLabelStyle": "title",
              "allowCustomValues": true
            },
            "maxValues": 123,
            "maxTerms": 123,
            "min": 123,
            "max": 123,
            "values": [
              {
                "value": "<string>",
                "label": "<string>",
                "count": 123
              }
            ]
          }
        ]
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.leadpipe.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Audience filter catalog

data
object
required