Admin operationsMonitoring
Memory status
Check Team OS memory import and review state.
The hosted API exposes memory status at GET /v1/memory/status. Select a Team,
then use Team > Dashboard or Team > Memories in Command Centre.
Use memory status to check:
- failed sources;
- failed index jobs;
- sources grouped by status;
- whether imports are indexed;
- whether capture events are pending, reviewed, or failed.
Failed manual imports can be retried:
npm run team -- memory imports --status failed
npm run team -- memory retry --id <import-id>Team OS session capture is staged before it becomes shared memory. Staged captures are not searchable until consolidation publishes them.
Full access users can review Team memory. A Team Member sees only memory allowed by their Team, client, and memory scope.
Run consolidation from command-centre/ after signing in:
npm run memory:consolidateFor client-scoped captures:
npm run memory:consolidate -- --client acmeFor the full flow, see Session capture and review.
Next: Sync status
