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

# List a sandbox's live services

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

## Path parameters

- `id` string, required

## Query parameters

- `sandbox_by` 'name' | 'id' | 'ref' | 'name_or_id' — How to interpret the sandbox `{id}` path param: ref/name_or_id (default; matches an id or a name and rejects an ambiguous match), name, or id.

## 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)
