Copied to clipboard

tapes status

Show the local tapes setup. Reports which .tapes/ directory and configuration are in use, the configured provider and upstream, and whether the API target is reachable — with a quick capture summary when it is.

Usage

tapes status

tapes status --api-target http://localhost:8081

Output

  Config dir:  /Users/you/project/.tapes
  Provider:    anthropic → https://api.anthropic.com
  Storage:     postgres configured
  API target:  http://localhost:8081
  API:         ✓ 42 sessions · 812 turns · $12.4538 captured

If the API is unreachable, status suggests the fix: bring up storage with tapes local up, then run tapes serve.

Flags

Flag Description
-a, --api-target tapes API server URL (default: http://localhost:8081)
Last updated: