Lazy-fetch the structured RAG/KAG retrieval segments for a single History record
curl --request GET \
--url https://pria.praxislxp.com/api/user/history/{id}/ragSearch{
"success": true,
"ragSearch": [
{
"uploadId": "<string>",
"originalname": "<string>",
"chunkIndex": 123,
"score": 123,
"length": 123,
"chunkText": "<string>",
"confidential": true
}
]
}User History
Lazy-fetch the structured RAG/KAG retrieval segments for a single History record
List endpoints (/api/user/histories, /api/user/favorites) project out the
bulk ragSearch array (multi-KB per row) and expose only hasRagSearch,
ragSearchCount, and ragSearchMode for the summary line. This endpoint
returns the full structured retrieval array on demand, fired by the UI when
the user expands the “RAG/KAG Search Results” <details> block.
Confidential chunks arrive pre-redacted (≤100 chars + “(rest is confidential)” suffix when the original exceeded the preview cap).
GET
/
api
/
user
/
history
/
{id}
/
ragSearch
Lazy-fetch the structured RAG/KAG retrieval segments for a single History record
curl --request GET \
--url https://pria.praxislxp.com/api/user/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?
Lazy-fetch the bulk thinking/reasoning array for a single History recordGet available tools for the authenticated user
⌘I