Bundles / Statistics
Bundle Statistics
Get aggregated statistics for a specific bundle. Returns total seed count, combined token usage, and breakdown by document type. Use this endpoint for bundle-specific dashboards, comparing bundle sizes, or monitoring bundle growth over time.
GET
{baseAPIUrl}/bundles/statsAuthentication
Required. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYQuery Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appId | string | Required | Application identifier |
Response
| Field | Type | Description |
|---|---|---|
| totalBundles | number | Total number of bundles |
| totalSeedsInBundles | number | Total seeds across all bundles |
| averageSeedsPerBundle | number | Average number of seeds per bundle |
| emptyBundles | number | Count of bundles with no seeds |
| byColor | object | Bundle count grouped by color |
Try It
Query Parameters
Application identifier