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

# Get sandbox provider status

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

Get sandbox provider status. Returns the requested resource or collection for the authenticated caller.

## Path parameters

- `projectId` string, required
- `provider` string, required

## Response `200`

Provider status

- SandboxProviderStatus — sandbox Provider Status API object.
  - `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)
