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/stats

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier

Response

FieldTypeDescription
totalBundlesnumberTotal number of bundles
totalSeedsInBundlesnumberTotal seeds across all bundles
averageSeedsPerBundlenumberAverage number of seeds per bundle
emptyBundlesnumberCount of bundles with no seeds
byColorobjectBundle count grouped by color

Try It

Query Parameters

Application identifier