Containers
Query Phantombuster container executions. List by AgentId with cursor-based pagination, or fetch a single container by Id.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| Status | String |
The allowed values are starting, running, finished, unknown, launch error. | |
| CreatedAt | Datetime | ||
| EndedAt | Datetime | ||
| EndType | String |
The allowed values are finished, killed, global timeout, org timeout, agent timeout, unknown, no log timeout. | |
| ExitCode | Integer | ||
| LaunchType | String |
The allowed values are manual, user api call, scheduled once, scheduled repeatedly, scheduled after agent, retry, scheduled before, browser extension api call. | |
| RetryNumber | Integer | ||
| RuntimeEvents | String | ||
| LaunchedAt | Datetime | ||
| Output | String | ||
| ResultObject | String | ||
| NewerContainerId | String | ||
| OlderContainerId | String | ||
| AgentId | String |
Agents.Id |