Skip to content

show_agent

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.

NameTypeRequiredDescription
sessionIdstringyesThe Polygraph session ID.
targetstringnoSpecific repo name or ID to check. If omitted, returns status for all children.
tailnumbernoNumber of output lines to return (default 50).