GET
/
v1
/
analytics
/
llm
Get Llm Analytics Config
curl --request GET \
  --url http://{api_endpoint}/api/v1/v1/analytics/llm \
  --header 'Authorization: Bearer <token>'
{
  "active": false,
  "mask_pii": false,
  "host_uri": "<string>",
  "config_json": {}
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Response model for GET request

active
boolean
default:false
mask_pii
boolean
default:false
host_uri
string | null
config_json
object | null