Skip to main content
Tickets are the same work as stories, presented for people rather than for the execution engine. A teammate can read a ticket list without knowing anything about the CLI’s internals.

ticket list

List tickets, grouped by run.
With no --run-id or --agent-id, you get all your tickets grouped by run.

ticket show

Show a ticket’s detail card, or an epic’s story tree, with its run summary.
Passing an epic id renders the whole tree of stories underneath it. Passing a story-level ticket id renders that one ticket’s detail.

Tickets and stories

They describe the same work from two angles. Reach for tickets when you want to know what happened. Reach for stories when you want to know how it executed.

See also