Human-in-the-Loop

Retrieve Run Sandbox Details

Returns the sandbox owned by this run as fabro's record of it plus the sandbox driver's status (identity, state, image or snapshot, resources, network policy, labels, and timestamps).

get/api/v1/runs/{id}/sandbox

Path parameters

idstring required

Unique run identifier (ULID).

Response

Sandbox details

Example response

{
  "sandbox": {
    "provider": "docker"
  }
}

Changes