# List

> Use when checking obshare-cli upload history, finding document tokens, or reviewing previous upload URLs and permission snapshots.

- Skill: `majiayu000/list-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/list-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/list-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/list-2

---


# obshare-cli list

Inspect locally saved upload history.

## Available Subcommand

| Command | Purpose |
|---------|---------|
| `history` | Show previous uploads saved in local history |

## Syntax

```bash
conda run -n obsd obshare-cli list history
conda run -n obsd obshare-cli --json list history
```

## What History Contains

- Document title
- Feishu document token
- Feishu document URL
- Upload time
- Saved permission flags

## Notes

- History is stored in `~/.obshare/history.json`.
- Use tokens from this output with `permission set` or `delete`.
- `--json` is a global flag and must appear before `list`.

