Skip to content

Get facet value distributions for the active log query window.

GET
/logs/facets
curl --request GET \
--url https://api.siteqwality.com/logs/facets \
--header 'Authorization: Bearer <token>'

Facet distribution

Media type application/json
object
facets
required
object
key
additional properties
available_fields
required
Array<object>
object
name
required
string
field_type
required
string
count
required
integer format: int64
Example generated
{
"facets": {
"additionalProperty": "example"
},
"available_fields": [
{
"name": "example",
"field_type": "example",
"count": 1
}
]
}

Missing or invalid authentication

Internal server error