.nh .TH "glab" "1" "Jun 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-runner-jobs - List jobs processed by a runner. .SH SYNOPSIS \fBglab runner jobs [flags]\fP .SH DESCRIPTION Lists jobs processed by the specified runner, including jobs that are currently running. .PP Requires the Maintainer or Owner role for the project. .SH OPTIONS \fB--jq\fP="" Filter JSON output with a jq expression. .PP \fB--order-by\fP="id" Order jobs by: id. .PP \fB-F\fP, \fB--output\fP="text" Format output as: text, json. .PP \fB-p\fP, \fB--page\fP=1 Page number. .PP \fB-P\fP, \fB--per-page\fP=30 Number of items to list per page. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .PP \fB--sort\fP="desc" Sort order: asc or desc. .PP \fB--status\fP="" Filter jobs by status: running, success, failed, canceled. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .SH EXAMPLE .EX # List all jobs for runner 9 glab runner jobs 9 # List only running jobs glab runner jobs 9 --status running # List jobs as JSON glab runner jobs 9 --output json .EE .SH SEE ALSO \fBglab-runner(1)\fP