Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request GET \
--url https://pria.praxislxp.com/api/admin/history/{id}/thinking{
"success": true,
"thinking": [
{
"id": "<string>",
"round": 123,
"text": "<string>",
"signature": "<string>",
"model": "<string>",
"durationMs": 123
}
]
}List endpoints project out the bulk thinking text and expose only a
hasThinking boolean. This endpoint returns the full thinking array on demand.
Permission mirrors getHistoryById: the History owner sees their own; otherwise
the requesting admin must have the histories.list entitlement on the History’s
institution.
curl --request GET \
--url https://pria.praxislxp.com/api/admin/history/{id}/thinking{
"success": true,
"thinking": [
{
"id": "<string>",
"round": 123,
"text": "<string>",
"signature": "<string>",
"model": "<string>",
"durationMs": 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.
Was this page helpful?