get_result
Retrieve the current output and status of an AI agent process by its PID. Enable verbose mode for full metadata, parsed tool usage, and detailed agent history.
Instructions
Get the current output and status of an AI agent process by PID. Defaults to a compact result shape; set verbose to true for full metadata and detailed parsed output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | The process ID returned by run tool. | |
| verbose | No | Optional: If true, returns the full result shape including metadata fields and detailed parsed output such as tool usage history. Defaults to false. |