GET
/
v0
/
user
/
query-logging
curl --request GET \
  --url 'https://api.unify.ai/v0/user/query-logging' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}

Get the current query logging status for the authenticated user.

Authorizations

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

curl --request GET \
  --url 'https://api.unify.ai/v0/user/query-logging' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}