What are the systemctl options to "List all failed units"
You can use systemctl list-units --state=failed
to list all failed units.
The parameters for systemctl are documented in the man page systemctl(1).
This is more simple:
systemctl --failed