---
title: "Get sandbox clients"
method: GET
path: "/public/v2/routers/sandbox/clients"
tags: ["Routers"]
---

# Get sandbox clients

`GET /public/v2/routers/sandbox/clients`

Required permission: Device command and configuration, View.<br/>Returns clients that were unsandboxed through the management API and have access that has not yet expired, paginated 1000 at a time. Clients that are allowed internet access due to sandbox disablement are not returned.

## Query parameters

- `sandboxId` integer
- `expiryAfter` string, date-time
- `page` integer

## Response `200`

Success

- SandboxClientResponsePaginatedServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` SandboxClientResponsePaginated
    - `pageIndex` integer
    - `limit` integer
    - `isLastPage` boolean
    - `results` SandboxClientResponse[], nullable
      - `clientId` string, nullable
      - `sandboxId` integer
      - `expiry` string, date-time
    - `totalCount` integer

## Other responses

- `400` — Bad request. Invalid or missing parameter
- `401` — Unauthorized
- `403` — Missing required permission for this endpoint or resource
- `422` — Failed to get sandbox clients

---

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