Get Experiment
get_experimentRetrieve an experiment's full state and run summary to re-orient after a gap or verify the sandbox is still active before continuing.
Instructions
Fetch an experiment's full state and a summary of what happened in it.
USE THIS to re-orient -- after a long gap, or to check whether a sandbox is still alive before sending more commands.
RETURNS status, base image, isolation settings, resource limits, how many commands ran and how many failed, the last test summary, change statistics and artifact count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experiment_id | Yes | The experiment to describe. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| changes | No | ||
| sandbox | No | LIVE | |
| artifacts | No | ||
| objective | Yes | ||
| resources | Yes | ||
| base_image | Yes | ||
| duration_ms | No | ||
| commands_run | Yes | ||
| network_mode | Yes | How much of the network the sandbox can see. ``NONE`` -- no interfaces at all. The default. ``RESTRICTED`` -- an isolated bridge network shared by nothing else; egress works, but the sandbox cannot reach other sandboxes or the host's service ports. ``ENABLED`` -- the daemon's default bridge. Full egress. | |
| project_name | Yes | ||
| test_summary | No | ||
| experiment_id | Yes | ||
| failed_commands | Yes | ||
| host_working_tree | No | UNCHANGED |