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/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 |
| externalUserId | string | Required | External user identifier |
Response
| Field | Type | Description |
|---|---|---|
| totalSeeds | number | Total number of seeds |
| totalChunks | number | Total number of chunks |
| totalTokens | number | Total token count across all seeds |
| byType | object | Seed count grouped by document type |
| bySource | object | Seed count grouped by source |
Try It
Query Parameters
Application identifier
External user identifier