Agents & Machines
readAgentOutput
Read Agent Output
Read back what a dispatched agent session actually PRODUCED: its full transcript, final output, and tool-call log: by conversationId.
Arguments
conversationIdstringrequiredThe session to read: the conversationId returned by runAgent (or from listAgentSessions).fromSeqnumberoptionalResume cursor for paging a long run: pass the nextSeq from a prior call to continue after it. Omit (or 0) to read from the start; the user turns ride the first page only.
Returns
This is the readback complement to getAgentResult: where getAgentResult returns the OUTCOME (state, final text, PR), this returns the WORK: every user turn, every block of the agent's text, and…
Ask for it
The Cloud routes these requests to this verb.
- read the agent's transcript
- what did the native run do
- show the tool calls
- read back the agent output
- did it call any tools
Pair it with
The verbs that finish the job.