List lineage entries with provenance-based filtering. Metadata filters query origin, url, title, and document_id stored per correlation ID.
factflow lineage list [flags]
--document-id string Filter by document ID
--execution-id string Filter by execution ID
--is-root Show only root entries
--limit int Max results per page (1-1000, default 100)
--offset int Offset for pagination
--origin string Filter by origin hostname (partial match)
--route-id string Filter by route ID
--sort-by string Sort field (started_at, completed_at, route_id, stage_name)
--sort-order string Sort direction (asc, desc)
--started-after string Filter entries started after (ISO 8601)
--started-before string Filter entries started before (ISO 8601)
--status string Filter by status
--title string Filter by title (partial match)
--url string Filter by source URL (partial match)
--color Force color output even when piped (for use with less -R, more)
--compact Force compact output (no pretty-print, no color)
--no-color Disable color output
-o, --output string Output format: table, json, json-pretty, yaml (default "table")
--profile string Named server profile
--server string Factflow API base URL (default: http://localhost:8000)
--timeout duration HTTP timeout (default 30s)
-v, --verbose Debug logging