---
title: "List live sandbox services for the caller's org"
method: GET
path: "/api/v0beta1/sandbox-services"
tags: ["SandboxServices"]
---

# List live sandbox services for the caller's org

`GET /api/v0beta1/sandbox-services`

## Query parameters

- `sandbox_id` string — Only this sandbox's services, by sandbox id.
- `sandbox_name` string — Only this sandbox's services, by sandbox name.
- `sandbox_ref` string — Only this sandbox's services, by id or name (rejected if both match).

## Response `200`

Services.

- ListSandboxServicesResponse
  - `items` SandboxService[], required
    - `id` string, nullable, required
    - `sandbox_id` string, required
    - `name` string, required
    - `port` integer, required
    - `url_scheme` 'http' | 'https' | 'null', nullable, required
    - `protocol` string, required
    - `url` string, nullable, required
    - `host_port` integer, nullable, required
    - `source` 'table' | 'legacy', required
    - `kind` 'system' | 'user', required
    - `created_at` union, required
      - string
      - string, date-time
      - unknown
    - `updated_at` union, required
      - string
      - string, date-time
      - unknown

## Other responses

- `400` — Error
- `401` — Error
- `403` — Error
- `404` — Error
- `409` — Error

---

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