glab runner jobs
List jobs processed by a runner.
Synopsis
Lists jobs processed by the specified runner, including jobs that are currently running.
Requires the Maintainer or Owner role for the project.
glab runner jobs <runner-id> [flags]Examples
# 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
Options
--jq string Filter JSON output with a jq expression.
--order-by string Order jobs by: id. (default "id")
-F, --output string Format output as: text, json. (default "text")
-p, --page int Page number. (default 1)
-P, --per-page int Number of items to list per page. (default 30)
-R, --repo string Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.
--sort string Sort order: asc or desc. (default "desc")
--status string Filter jobs by status: running, success, failed, canceled.Options inherited from parent commands
-h, --help Show help for this command.