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
--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 OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.
--sort string Sort order: asc or desc (default "desc")
--status string Filter jobs by status: running, success, failed, canceledOptions inherited from parent commands
-h, --help Show help for this command.