---
title: "List sandbox provider instances"
method: GET
path: "/api/projects/{projectId}/sandbox-providers/"
tags: ["Sandbox Providers"]
---

# List sandbox provider instances

`GET /api/projects/{projectId}/sandbox-providers/`

List sandbox provider instances. Returns the requested resource or collection for the authenticated caller.

## Path parameters

- `projectId` string, required

## Response `200`

Providers

- SandboxProvidersResponse — sandbox Providers Response payload returned by the API.
  - `providers` SandboxProvider[], required — Collection of provider values.
    - `id` string — Stable identifier for the object.
    - `type` string — type value for the sandbox Provider object.
    - `name` string — Human-readable name.
    - `config` object — config value for the sandbox Provider object.

---

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