Agents & Machines
getAgentResult
Get Agent Result
Read the outcome of a dispatched agent session by its conversationId: the orchestrator readback that completes the dispatch→readback→synthesize loop.
Arguments
conversationIdstringrequiredThe session to read: the conversationId returned by runAgent (or from listAgentSessions).
Returns
Returns: { state, isTerminal, workSummary, finalOutput?, pr?: { url, number?, title?, trackingState?, merged?, mergedAt?, mergeState? }, commits?, filesTouched?, turns?, pushedRefs?, durationMs?,…
Ask for it
The Cloud routes these requests to this verb.
- what did the agent produce
- get the agent result
- read the agent output
- did the PR open
- did it finish
Pair it with
The verbs that finish the job.