Skip to main content
GET
Continuous capture status

Headers

X-Memloom-Owner
string<uuid>

The owner this request acts for. Applies to every owner-scoped endpoint, reads as well as writes. Omit it and the daemon's own default owner answers (see GET /health), which is what a single-owner install has always used. A value that is not a uuid is refused with 400 rather than coerced.

Response

200 - application/json

Capture status.

Continuous-capture status, what memloom status renders for connect claude-code.

scope

The capture allowlist. null means nothing is captured yet.

Available options:
all
lastNotifyAt
string<date-time> | null

When the daemon last received a session-end notify; null if never.

lastNotifyError
string | null

The last notify's failure (a provider outage, a missing API key); null if clean.

todayUnattendedCalls
integer

Unattended distillation calls spent today.

Example:

4

unattendedDailyCap
integer
Example:

200

sessionsImported
integer

Ledger total, across import and connect, ever.

memoriesSaved
integer

Ledger total memories saved from Claude Code sessions, ever.