v1

latestOpenAPI 3.0.0ISC2026-07-26782347.5 KB
agents

Gets the output of the most recent container of an agent. This API endpoint is specifically designed so that it's easy to get incremental data from an agent.

get/agents/fetch-output

Query parameters

idstring required

Id of the agent to fetch output from.

fromOutputPosnumber

If set, the returned output will start from the specified position.

prevContainerIdstring

If set, the output will be retrieved from the container after the specified previous container id.

'starting' | 'running' | 'finished' | 'unknown' | 'launch error'
OR
'never launched'

If set, allows to define which status was previously retrieved on user-side.

prevRuntimeEventIndexnumber

If set, the container's runtime events will be returned in the response starting from the provided previous runtime event index.

Headers

X-Phantombuster-Orgstring

ID of the org that is perfoming the operation (not necessary when using a third party key)

Response

OK

containerIdstring
outputstring
outputPosnumber
mostRecentEndedAtnumber
progressnumber
progressLabelstring
isAgentRunningboolean required
canSoftAbortboolean required