Interface: SummaryResponse
@kortexya/reasoninglayer / Compliance / SummaryResponse
Interface: SummaryResponse
Defined in: src/types/compliance.ts:78
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:80
Number of records in the ledger.
perActor
perActor:
Record<string,number>
Defined in: src/types/compliance.ts:82
Counts grouped by actor id.
perRequestPath
perRequestPath:
Record<string,number>
Defined in: src/types/compliance.ts:84
Counts grouped by request path.
tenantId
tenantId:
string
Defined in: src/types/compliance.ts:86
Tenant id (echoed back).
tsFirst?
optionaltsFirst:string
Defined in: src/types/compliance.ts:88
ISO-8601 timestamp of the first record in the ledger.
tsLast?
optionaltsLast:string
Defined in: src/types/compliance.ts:90
ISO-8601 timestamp of the last record.