Skip to content

Interface: CaptureSnapshotRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Compliance / CaptureSnapshotRequest

Interface: CaptureSnapshotRequest

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

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

Properties

capturedAfter?

optional capturedAfter: string

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

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


maxEntries?

optional maxEntries: number

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

Cap on the number of frozen entries.


requestPathPattern

requestPathPattern: string

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

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