1GH-RUN-LIST(1) GitHub CLI manual GH-RUN-LIST(1)
2
3
4
6 gh-run-list - List recent workflow runs
7
8
9
11 gh run list [flags]
12
13
14
16 -b, --branch <string>
17 Filter runs by branch
18
19
20 --created <date>
21 Filter runs by the date it was created
22
23
24 -e, --event <event>
25 Filter runs by which event triggered the run
26
27
28 -q, --jq <expression>
29 Filter JSON output using a jq expression
30
31
32 --json <fields>
33 Output JSON with the specified fields
34
35
36 -L, --limit <int>
37 Maximum number of runs to fetch
38
39
40 -s, --status <string>
41 Filter runs by status: {queued|completed|in_progress|re‐
42 quested|waiting|action_required|cancelled|failure|neu‐
43 tral|skipped|stale|startup_failure|success|timed_out}
44
45
46 -t, --template <string>
47 Format JSON output using a Go template; see "gh help formatting"
48
49
50 -u, --user <string>
51 Filter runs by user who triggered the run
52
53
54 -w, --workflow <string>
55 Filter runs by workflow
56
57
58
60 -R, --repo <[HOST/]OWNER/REPO>
61 Select another repository using the [HOST/]OWNER/REPO format
62
63
64
66 gh-run(1)
67
68
69
70 Oct 2023 GH-RUN-LIST(1)