it2 artifact list
List all artifacts for a session
Synopsis
it2 artifact list <session-id> [flags]
Description
List all artifacts attached to an iTerm2 session.
Displays artifacts organized by category with metadata including:
- Artifact name
- Category
- Timestamp
- Size
- Description (if provided)
Examples:
List all artifacts
$ it2 artifact list sess_abc123
List only buffer snapshots
$ it2 artifact list sess_abc123 --category buffer-snapshot
Output as JSON
$ it2 artifact list sess_abc123 --json
Options
-
--category - Filter by category
-
--json - Output as JSON
Options inherited from parent commands
-
--format(default "text") - Output format (text, json, yaml) - affects how command results are displayed
-
--timeout - Timeout for API operations - how long to wait for iTerm2 to respond
-
--url - WebSocket URL for iTerm2 API - typically ws://localhost:1912 for local iTerm2
See Also
- it2 artifact - Manage session artifacts and attachments