result

Poll a research task by run ID and retrieve its result in JSON.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Ocean326/Agents --skill result-ocean326
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: result
Source: https://github.com/Ocean326/Agents/tree/main/skills/global/result
Command: npx skills add https://github.com/Ocean326/Agents --skill result-ocean326

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve the result of a completed research task using its run ID, enabling quick access to results without manual polling.

Core Features & Use Cases

  • Query a research task by run ID and obtain its final results in JSON.
  • Integrate into automated workflows to monitor research tasks and trigger downstream actions.
  • Use case: after initiating a parallel research poll, retrieve the latest results for reporting.

Quick Start

Provide a run ID to fetch the completed research result.

Frequently Asked Questions about result

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve completed research task results using a run ID?

To retrieve research task results, you provide the specific run ID to fetch the completed research data. The system polls the task by run ID and outputs the final results in JSON format.

What is the best way to poll a research task for automated reporting workflows?

Polling a research task for automated reporting workflows is best handled by using a parallel-cli with the research poll subcommand. This approach retrieves the completed task results in JSON format for downstream integration.

Can I get research task results in JSON format for data retrieval?

Yes, you can get research task results in JSON format. By supplying the run ID, the data retrieval process polls the completed research task and returns the output specifically structured as JSON.

Do I need parallel-cli to fetch research results by run ID?

Yes, you need parallel-cli to fetch research results by run ID. The retrieval process requires the parallel-cli tool along with its specific research poll subcommand to execute the task and output JSON.

When should I use a run ID to poll research results instead of manual checking?

You should use a run ID to poll research results when you need quick access to completed data without manual polling. This is particularly useful for automated analytics or reporting workflows that monitor research tasks.