---
title: "List sandbox providers with status"
method: GET
path: "/api/projects/{projectId}/workspaces/providers"
tags: ["Workspaces"]
---

# List sandbox providers with status

`GET /api/projects/{projectId}/workspaces/providers`

List sandbox providers with status. Returns the requested resource or collection for the authenticated caller.

## Path parameters

- `projectId` string, required

## Response `200`

Providers

- SandboxProviderStatusesResponse — sandbox Provider Statuses Response payload returned by the API.
  - `providers` SandboxProviderStatus[], required — Collection of provider values.
    - `id` string — Stable identifier for the object.
    - `name` string — Human-readable name.
    - `available` boolean — available value for the sandbox Provider Status object.
    - `status` string — Current status value.

---

[API](https://skmtc.net/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.net/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/versions/4de3fcd6be56/schema)
