--tail opens an interactive terminal UI on top of the log endpoints. Status updates in place as messages flow.
Filters work in tail mode too
Anything you can filter the static log views by also works while tailing:Keyboard shortcuts
Buffer & polling
Look-back
By default only entries logged after you launched the command are shown. To include older entries that are already in the API’s buffer, pass--date-from:
Three sources
All three share the same keyboard shortcuts and buffer / poll flags.
When not to use tail
--tail is interactive and intended for a real terminal. For scripting, CI, or jq pipelines, drop --tail and use a one-shot jetemail outbound logs --limit N (paged) instead.