September 18, 2026
-
Query a specific day from the CLI.
flakiness list testsnow accepts--day YYYY-MM-DD, so you can inspect tests from a past day. Dates use the project’s timezone, matching the dashboard calendar. It queries the default branch unless you also pass--branch.Terminal window # Inspect a day on the default branchflakiness list tests --project myorg/myproject --day 2026-09-17# Inspect a day on a specific branchflakiness list tests --project myorg/myproject --branch feature/login --day 2026-09-17Without
--day, the CLI still shows tests from the day of the branch’s head commit.--daycannot be combined with--pr. See the CLI commands reference.










