Skip to content

Beta module namespace

recording

Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.

Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.

13 operations

MethodPathRequired permissionAuthenticationSummary
post/v1/m/recording/ackrecording:notice:readBearer tokenRecords the operator's explicit AC-8 acknowledgement: it opens (or finds) the caller's active recording session and stamps consent.
get/v1/m/recording/configrecording:config:adminBearer tokenReturns the resolved recording policy (defaults applied).
put/v1/m/recording/configrecording:config:adminBearer tokenReplaces the tenant's recording policy (admin; self-audited).
get/v1/m/recording/noticerecording:notice:readBearer tokenReturns the caller's recording posture for this tenant: what is recorded, the consent mode, and whether THIS credential has an acknowledged active session.
get/v1/m/recording/sessionsrecording:session:adminBearer tokenLists recording sessions (admin).
get/v1/m/recording/sessions/{id}recording:session:adminBearer tokenReturns one session's metadata (admin; self-audited).
get/v1/m/recording/sessions/{id}/exportrecording:session:adminBearer tokenReturns the session and its full frame list as either a JSON document (format=json, default) or a plain-text timeline summary (format=summary).
get/v1/m/recording/sessions/{id}/replayrecording:session:adminBearer tokenReturns the forensic replay of one session: its session header, a page of frames (chain order), and the correlated audit-ledger events of the session's window — reconstruction, not blobs.
post/v1/m/recording/sessions/{id}/sealrecording:session:adminBearer tokenCloses one ACTIVE session explicitly (admin).
post/v1/m/recording/sessions/{id}/summarizerecording:session:adminBearer tokenProduces the optional Claude-backed reviewer summary of a session (admin).
get/v1/m/recording/sessions/{id}/unifiedrecording:session:adminBearer tokenReturns the combined forensic + operational view of one recording session in a single call: session header, frames (paginated), ledger correlation, chain-verification verdict, and the correlated operational timeline from the sessions module (via the TimelineResolver seam).
get/v1/m/recording/sessions/{id}/verifyrecording:session:adminBearer tokenRecomputes one session's frame chain and re-checks every ledger anchor (open, periodic, seal) against the chain — proves, never trusts.
post/v1/m/recording/sweeprecording:session:adminBearer tokenSeals every idle ACTIVE session (admin; the lazy-seal safety net for credentials that never came back).