Per-server RAG ingestion load
curl --request GET \
--url https://pria.praxislxp.com/api/admin/ingestion/servers \
--header 'x-access-token: <api-key>'{
"success": true,
"servers": [
{
"server": "ip-10-0-1-42:1734",
"running": 123,
"done": 123,
"error": 123,
"chunks": 123,
"sanitized": 123,
"embedded": 123,
"cpuPct": 123
}
],
"generatedAt": "2023-11-07T05:31:56Z"
}Admin Ingestion
Per-server RAG ingestion load
Returns per-server RAG ingestion throughput, keyed on the persisted ingestion.processedBy attribution (hostname:pid). Two DocumentDB-safe $group aggregations over the uploads collection (running uploads, plus done/error within the last hour) are merged with the serverInstance roster for host liveness + worker CPU. Backs the System -> RAG Jobs ‘Servers’ card (IngestionServersCard). Mirrors GET /api/admin/kag/servers. Super-admin only.
GET
/
api
/
admin
/
ingestion
/
servers
Per-server RAG ingestion load
curl --request GET \
--url https://pria.praxislxp.com/api/admin/ingestion/servers \
--header 'x-access-token: <api-key>'{
"success": true,
"servers": [
{
"server": "ip-10-0-1-42:1734",
"running": 123,
"done": 123,
"error": 123,
"chunks": 123,
"sanitized": 123,
"embedded": 123,
"cpuPct": 123
}
],
"generatedAt": "2023-11-07T05:31:56Z"
}Was this page helpful?
⌘I