Get the status and recent output of child agents in a Polygraph session.
Use to monitor progress of delegated tasks. Each child's status field uses ACP lifecycle values: created, in-progress, input-required, completed, failed, or cancelled. When status is input-required, the inputRequiredQuestion field contains the verbatim question the child has asked the parent.
Arguments
Section titled “Arguments”| Name | Type | Required | Description |
|---|---|---|---|
sessionId | string | yes | The Polygraph session ID. |
target | string | no | Specific repo name or ID to check. If omitted, returns status for all children. |
tail | number | no | Number of output lines to return (default 50). |