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
}
]
}
]
}
]
}
}Returns the curated Orbit audience filter catalog. Values and counts are read from the cached ClickHouse catalog when available; otherwise static filter definitions are returned.
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.
Audience filter catalog
Show child attributes
Was this page helpful?