PixelVault List
List uploaded images and their CDN URLs.
Prerequisites
The pixelvault CLI must be installed and configured. If not, tell the user to run /pixelvault-setup.
Steps
- List images:
# Default: 20 most recent, one URL per line
pixelvault list
# With full metadata
pixelvault list --json
# Pagination
pixelvault list --page 2 --per-page 50
- Report — Show the URLs (or metadata if
--jsonwas used) to the user.
Output
- Default: one CDN URL per line to stdout
--json: full response with id, url, mime_type, size, filename, folder, created_at, and pagination metadata