Scroll to navigation

GH-AGENT-TASK-LIST(1) GitHub CLI manual GH-AGENT-TASK-LIST(1)

NAME

gh-agent-task-list - List agent tasks (preview)

SYNOPSIS

gh agent-task list [flags]

OPTIONS

Filter JSON output using a jq expression

Output JSON with the specified fields

Maximum number of agent tasks to fetch

Format JSON output using a Go template; see "gh help formatting"

Open agent tasks in the browser

JSON FIELDS

completedAt, createdAt, id, name, pullRequestNumber, pullRequestState, pullRequestTitle, pullRequestUrl, repository, state, updatedAt, user

EXIT CODES

0: Successful execution

1: Error

2: Command canceled

4: Authentication required

NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information.

SEE ALSO

gh-agent-task(1)

Mar 2026 GitHub CLI v2.89.0