Skip to content

Interface: CaptureSnapshotRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Compliance / CaptureSnapshotRequest

Interface: CaptureSnapshotRequest

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

Body of POST /api/v1/predictions/snapshot.

Properties

capturedAfter?

optional capturedAfter: string

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

Lower bound on AuditRecord.timestamp (ISO-8601).


maxEntries?

optional maxEntries: number

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

Cap on the number of frozen entries.


requestPathPattern

requestPathPattern: string

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

Glob-style pattern that selects which audit records to freeze.