Skip to content
rhoopr edited this page Apr 18, 2026 · 4 revisions

status

Show a summary of the state database - total assets, download counts, and last sync time.

Usage

# Show sync summary
kei status -u my@email.address

# List failed assets with their error messages
kei status -u my@email.address --failed

# List pending assets (known to the DB, not yet finalized this sync)
kei status -u my@email.address --pending

# List downloaded assets with their local paths
kei status -u my@email.address --downloaded

Flags

Global flags (--username, --config, --data-dir, --domain, --log-level) apply to this command.

Flag Description
--failed Show individual failed assets with error messages
--pending Show pending assets with filename, ID, and last-seen time. Includes assets the current sync scope excludes via filters or album selection.
--downloaded Show downloaded assets with filename, ID, and local path

Working with Failures

--failed lists each asset that didn't download, along with the error. To retry them:

kei sync --retry-failed -u my@email.address -d /photos

This resets failed assets to pending and re-attempts the download.

Related

Clone this wiki locally