v1

latestOpenAPI 3.0.0ISC2026-07-26782347.5 KB
containers

Gets a container by id.

get/containers/fetch

Query parameters

idstring required

Id of the container to fetch.

withResultObjectstring

If set, the container's result object will be returned in the response.

withOutputstring

If set, the output of the container will be returned in the response.

withRuntimeEventsstring

If set, the runtime events associated with the container will be returned in the response.

withNewerAndOlderContainerIdstring

If set, the older container's id and the newer container's id will be returned in the response.

Headers

X-Phantombuster-Orgstring

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

Response

OK

idstring required
status'starting' | 'running' | 'finished' | 'unknown' | 'launch error' required
createdAtnumber required
launchType'manual' | 'user api call' | 'scheduled once' | 'scheduled repeatedly' | 'scheduled after agent' | 'retry' | 'scheduled before' | 'browser extension api call' required
endType'finished' | 'killed' | 'global timeout' | 'org timeout' | 'agent timeout' | 'unknown' | 'no log timeout'
endedAtnumber
launchedAtnumber nullable
exitCodenumber nullable
retryNumbernumber required
outputstring nullable
resultObjectstring nullable
newerContainerIdstring
olderContainerIdstring
internalMetadataobject nullable
userCustomMetadataobject nullable