Seeds / Statistics

Seed Statistics

Get aggregated statistics about seeds for an external user. Returns total seed count, combined token usage, storage consumption, and breakdown by document type and processing status. Use this endpoint for usage dashboards, quota monitoring, or analytics about your document library composition.

GET {baseAPIUrl}/seeds/stats

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier

Response

FieldTypeDescription
totalSeedsnumberTotal number of seeds
totalChunksnumberTotal number of chunks
totalTokensnumberTotal token count across all seeds
byTypeobjectSeed count grouped by document type
bySourceobjectSeed count grouped by source

Try It

Query Parameters

Application identifier

External user identifier