Lazy-fetch the structured RAG/KAG retrieval segments for a single History record (admin)
curl --request GET \
--url https://pria.praxislxp.com/api/admin/history/{id}/ragSearch{
"success": true,
"ragSearch": [
{
"uploadId": "<string>",
"originalname": "<string>",
"chunkIndex": 123,
"score": 123,
"length": 123,
"chunkText": "<string>",
"confidential": true
}
]
}Admin Histories
Lazy-fetch the structured RAG/KAG retrieval segments for a single History record (admin)
List endpoints project out the bulk ragSearch array (multi-KB per row) and expose
only hasRagSearch, ragSearchCount, and ragSearchMode. This endpoint returns
the full structured retrieval array on demand. Permission mirrors getHistoryById:
owner sees their own; otherwise admin must have histories.list on the institution.
Confidential chunks arrive pre-redacted (≤100 chars + suffix when the original exceeded the preview cap).
GET
/
api
/
admin
/
history
/
{id}
/
ragSearch
Lazy-fetch the structured RAG/KAG retrieval segments for a single History record (admin)
curl --request GET \
--url https://pria.praxislxp.com/api/admin/history/{id}/ragSearch{
"success": true,
"ragSearch": [
{
"uploadId": "<string>",
"originalname": "<string>",
"chunkIndex": 123,
"score": 123,
"length": 123,
"chunkText": "<string>",
"confidential": true
}
]
}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?
⌘I