glab-runner-jobs - Man Page
List jobs processed by a runner.
Synopsis
glab runner jobs Ā [flags]
Description
Lists jobs processed by the specified runner, including jobs that are currently running.
Requires the Maintainer or Owner role for the project.
Options
--order-by="id" Order jobs by: id
-F, --output="text" Format output as: text, json.
-p, --page=1 Page number
-P, --per-page=30 Number of items to list per page
- -R, ā--repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
- format. Also accepts full URL or Git URL.
--sort="desc" Sort order: asc or desc
--status="" Filter jobs by status: running, success, failed, canceled
Options Inherited from Parent Commands
-h, --help[=false] Show help for this command.
Example
# 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
See Also
Referenced By
Apr 2026 Auto generated by spf13/cobra