Premia
Runs & observability

The runs list

Find and filter runs across a project.

A project's Runs view lists every ticket Premia has worked on. Across the top you'll see live counts — running, queued, failed, merged — and filters:

  • All / Active / Failed / Merged — by outcome.
  • Open / Closed / Merged — by lifecycle.
  • A search box to find a ticket by identifier or title.

Each row shows the ticket, its pipeline progress, the PR (if opened), and when it last moved. Click a row to open the run detail.

Triggering from here

Use Create run to start a run from a description without a Linear ticket — the same as premia run "…" from the CLI.

From the CLI

premia runs list [--status failed --limit 50]
premia runs view <id>
premia runs logs <id> --follow

On this page