containers
Gets all containers associated to a specified agent.
get/containers/fetch-all
Query parameters
agentIdstring required
Id of the agent to fetch containers from.
beforeEndedAtstring
If set, the endpoint will return containers which ended before the specified date.
limitstring
If set, the endpoint will only return the specified amount of containers.
mode'all' | 'finalized'
If set to "all", all containers will be returned. If set to "finalized", only finalized containers will be returned.
withRuntimeEventsstring
If set, the endpoint will return the containers' runtime events 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