---
title: "GET /sandbox/list/{chat_id}"
method: GET
path: "/sandbox/list/{chat_id}"
tags: ["sandbox"]
---

# GET /sandbox/list/{chat_id}

`GET /sandbox/list/{chat_id}`

## Path parameters

- `chat_id` string, uuid, required

## Response `200`

Sandboxes retrieved successfully

- Sandbox[]
  - `api_url` string, nullable
  - `chat_session_id` string, uuid, required
  - `created_at` string, date-time, required
  - `id` string, uuid, required
  - `latest_node` string, uuid
  - `provider` 'modal' | 'daytona', required
  - `provider_id` string, required
  - `session_id` string, uuid
  - `status` 'alive' | 'terminated', required
  - `tunnel_url` string, required
  - `updated_at` string, date-time, required

## Other responses

- `403` — Forbidden - user not member of project
- `404` — Chat session not found
- `500` — Internal server error

## Changes

- **2026-01-21** `d4cc893e9116` — 2 breaking, 4 info
  - removed the required property `items/modal_id` from the response with the `200` status
  - removed the required property `items/modal_url` from the response with the `200` status
  - added the optional property `items/api_url` to the response with the `200` status
  - added the required property `items/provider` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/structifyai/apis/structify/changes/sandbox/list/:chat_id/get.md)

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
