Get conversation model usage distribution
curl --request POST \
--url https://pria.praxislxp.com/api/admin/histories/charts/model-distribution \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"institution": "<string>",
"account": "<string>",
"daterange": [
"2023-12-25"
]
}
'{
"success": true,
"data": [
{
"name": "<string>",
"count": 123
}
]
}Admin Histories
Get conversation model usage distribution
Returns the top 30 most-used conversation models within the date range and institution scope. Results are cached.
POST
/
api
/
admin
/
histories
/
charts
/
model-distribution
Get conversation model usage distribution
curl --request POST \
--url https://pria.praxislxp.com/api/admin/histories/charts/model-distribution \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"institution": "<string>",
"account": "<string>",
"daterange": [
"2023-12-25"
]
}
'{
"success": true,
"data": [
{
"name": "<string>",
"count": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token passed in x-access-token header
Body
application/json
Was this page helpful?
⌘I