Skip to main content
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.

Path Parameters

id
string
required

History record ID

Response

ragSearch array (may be empty)

success
boolean