---
title: "Changes to Retrieve Run Sandbox Details"
method: GET
path: "/api/v1/runs/{id}/sandbox"
---

# Changes to Retrieve Run Sandbox Details

`GET /api/v1/runs/{id}/sandbox`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 135 revisions.

- **2026-05-27** `1fa851815cf2` — 3 breaking, 10 info

## Changes

- **2026-05-27** `1fa851815cf2` — 3 breaking, 10 info
  - the response property `sandbox/image` became optional for the status `200`
  - the response property `sandbox/snapshot` became optional for the status `200`
  - the `sandbox/runtime` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `sandbox/runtime/primary_repo_link` to the response with the `200` status
  - added the optional property `sandbox/runtime/primary_repo_path` to the response with the `200` status
  - added the optional property `sandbox/runtime/repos_root` to the response with the `200` status
  - added the optional property `sandbox/runtime/workspace_root` to the response with the `200` status
  - removed `#/components/schemas/RunSandboxRuntime, subschema #2` from the `sandbox/runtime` response property `oneOf` list for the response status `200`
  - added the required property `sandbox/runtime/clone_branch` to the response with the `200` status
  - added the required property `sandbox/runtime/clone_origin_url` to the response with the `200` status
  - added the required property `sandbox/runtime/id` to the response with the `200` status
  - added the required property `sandbox/runtime/repo_cloned` to the response with the `200` status
  - added the required property `sandbox/runtime/working_directory` to the response with the `200` status

---

[Operation](https://skmtc.dev/fabro-sh/apis/fabro-run-api/docs/api/v1/runs/:id/sandbox/get.md) · [API](https://skmtc.dev/fabro-sh/apis/fabro-run-api.md) · [Page](https://skmtc.dev/fabro-sh/apis/fabro-run-api/changes/api/v1/runs/:id/sandbox/get)
