Lazy-fetch the bulk thinking/reasoning array for a single History record (admin)
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
}
]
}Admin Histories
Lazy-fetch the bulk thinking/reasoning array for a single History record (admin)
List endpoints project out the bulk thinking text and expose only
hasThinking (boolean) + thinkingCount (number of reasoning rounds).
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.
GET
/
api
/
admin
/
history
/
{id}
/
thinking
Lazy-fetch the bulk thinking/reasoning array for a single History record (admin)
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?
Get peak usage heatmap for conversationsLazy-fetch the structured RAG/KAG retrieval segments for a single History record (admin)
⌘I