Get recursive file counts for collections
curl --request POST \
--url https://pria.praxislxp.com/api/user/collections/deep-count \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
]
}
'{
"success": true,
"counts": {}
}Collections
Get recursive file counts for collections
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.
POST
/
api
/
user
/
collections
/
deep-count
Get recursive file counts for collections
curl --request POST \
--url https://pria.praxislxp.com/api/user/collections/deep-count \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
]
}
'{
"success": true,
"counts": {}
}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.
Authorizations
JWT token passed in authorization header
Body
application/json
Collection IDs (max 100)
Was this page helpful?
⌘I