Skip to content

Interface: SummaryResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Compliance / SummaryResponse

Interface: SummaryResponse

Defined in: src/types/compliance.ts:145

Response of GET /api/v1/compliance/audit/summary — top-line counts over the tenant’s full ledger.

Properties

nRecords

nRecords: number

Defined in: src/types/compliance.ts:147

Number of records in the ledger.


perActor

perActor: Record<string, number>

Defined in: src/types/compliance.ts:149

Counts grouped by actor id.


perRequestPath

perRequestPath: Record<string, number>

Defined in: src/types/compliance.ts:151

Counts grouped by request path.


tenantId

tenantId: string

Defined in: src/types/compliance.ts:153

Tenant id (echoed back).


tsFirst?

optional tsFirst: string

Defined in: src/types/compliance.ts:155

ISO-8601 timestamp of the first record in the ledger.


tsLast?

optional tsLast: string

Defined in: src/types/compliance.ts:157

ISO-8601 timestamp of the last record.