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

gh-agent-task-view - View an agent task session (preview)

gh agent-task view [<session-id> | <pr-number> | <pr-url> | <pr-branch>] [flags]

View an agent task session.

Follow agent session logs
Filter JSON output using a jq expression
Output JSON with the specified fields
Show agent session logs
Select another repository using the [HOST/]OWNER/REPO format
Format JSON output using a Go template; see "gh help formatting"
Open agent task in the browser

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

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.

# View an agent task by session ID
$ gh agent-task view e2fa49d2-f164-4a56-ab99-498090b8fcdf
# View an agent task by pull request number in current repo
$ gh agent-task view 12345
# View an agent task by pull request number
$ gh agent-task view --repo OWNER/REPO 12345
# View an agent task by pull request reference
$ gh agent-task view OWNER/REPO#12345
# View a pull request agents tasks in the browser
$ gh agent-task view 12345 --web

gh-agent-task(1)

Sep 2026