Skip to main content
GET
Get Tenant Stats

When to use it

  • Verify ingestion – confirm data landed after upload (expect row_count to grow)
  • Capacity planning – track storage growth over time
  • Billing reconciliation – generate usage reports

Endpoint

  • Auth: Bearer token
  • Idempotency: Read-only
  • Async: No

Example

Query parameters

Response

Errors

Common codes: 400 INVALID_PARAMETERS, 404 TENANT_NOT_FOUND. See Error Responses for the full list.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

tenant_id
string
required

Unique identifier for the tenant/organization

Example:

"tenant_1234"

Response

Successful Response

tenant_id
string
required

Tenant identifier

Example:

"tenant_1234"

normal_collection
CollectionStats · object
required

Statistics for the normal (context) collection

memory_collection
CollectionStats · object
required

Statistics for the memory collection

message
string
default:Successfully retrieved tenant collection statistics

Summary message