Skip to content

Interface: TenantInfoDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Admin / TenantInfoDto

Interface: TenantInfoDto

Defined in: src/types/admin.ts:8

Information about a tenant that has data in the system.

Remarks

Returned as part of the admin list-tenants response. Includes counts of terms and ingestion sessions for each tenant.

Properties

sessionCount

sessionCount: number

Defined in: src/types/admin.ts:16

Number of ingestion sessions for this tenant.


tenantId

tenantId: string

Defined in: src/types/admin.ts:10

The tenant UUID.


termCount

termCount: number

Defined in: src/types/admin.ts:13

Number of terms owned by this tenant.