---
title: "List a sandbox's integrations"
method: GET
path: "/api/v0beta1/sandboxes/{id}/integrations"
tags: ["Sandboxes"]
---

# List a sandbox's integrations

`GET /api/v0beta1/sandboxes/{id}/integrations`

## Path parameters

- `id` string, required

## Response `200`

Integrations.

- object[]
  - `sandbox_id` string, required
  - `name` string, required
  - `mcp_server_type` string, required
  - `mcp_server_url` string, required

## Other responses

- `401` — Error
- `403` — Error
- `404` — Error

## Changes

- **2026-08-24** `837bdd763a48` — 1 info
  - added the non-success response with the status `404`

[Change history](https://skmtc.dev/amika/apis/amika-api/changes/api/v0beta1/sandboxes/:id/integrations/get.md)

---

[API](https://skmtc.dev/amika/apis/amika-api.md) · [All operations](https://skmtc.dev/amika/apis/amika-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/amika/amika-api/revisions/b63d287ac419/schema)
