Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Group records by a field and return counts.
POST /deliverable/group-and-count { "groupByField": "type" }
{ "groupByField": ["computed.projectId", "type"] }
unnestGroupByField
{ "groupByField": "computed.tags", "unnestGroupByField": true }