Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
cURL
curl --request POST \ --url https://pria.praxislxp.com/user/collections/deep-count \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
{ "success": true, "counts": {} }
Given an array of collection IDs, returns the real recursive file count for each (including files in all descendant sub-collections). Does not use cached fileCount.
JWT token passed in authorization header
Collection IDs (max 100)
Deep counts per collection
Map of collection ID to recursive file count
Show child attributes
Was this page helpful?