> **result** — chapter 9 of 10 in [parallel-web/parallel-agent-skills](https://skillsdocs.com/parallel-web/parallel-agent-skills).
>
> Book (all chapters, one file): https://skillsdocs.com/parallel-web/parallel-agent-skills.md
> Machine manifest: https://skillsdocs.com/parallel-web/parallel-agent-skills/.well-known/agent-skills/index.json
> Install the book: `npx skills add parallel-web/parallel-agent-skills`
> Upstream: https://github.com/parallel-web/parallel-agent-skills/blob/main/skills/result/SKILL.md @ `main`
> Raw bytes, no header: https://raw.githubusercontent.com/parallel-web/parallel-agent-skills/main/skills/result/SKILL.md
> Base for relative paths: https://raw.githubusercontent.com/parallel-web/parallel-agent-skills/main/skills/result/
> Licence: MIT — https://spdx.org/licenses/MIT.html
>
> Content © its authors, served unmodified. Takedown: https://github.com/kyleledbetter/skillsdocs/issues/new?labels=takedown&title=Takedown+request

<!-- Verbatim upstream SKILL.md follows, YAML frontmatter included. -->

---
name: result
description: Get completed research task result by run ID
user-invocable: true
argument-hint: <run_id>
allowed-tools: Bash(parallel-cli:*)
metadata:
  author: parallel
---

# Get Research Result

## Run ID: $ARGUMENTS

```bash
parallel-cli research poll "$ARGUMENTS" --json
```

Present results in a clear, organized format.

If CLI not found, tell user to run `/parallel:parallel-cli-setup`.
