Skip to content

Describe the fields available for log search and filtering.

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

Available log fields

Media type application/json
object
fields
required
Array<object>
object
name
required
string
type
required
string
indexed
required
boolean
faceted
required
boolean
Example generated
{
"fields": [
{
"name": "example",
"type": "example",
"indexed": true,
"faceted": true
}
]
}

Missing or invalid authentication