---
title: "Gets the development environments a user has access to."
method: GET
path: "/api/v1/sandbox/environments"
tags: ["Sandbox"]
---

# Gets the development environments a user has access to.

`GET /api/v1/sandbox/environments`

Sample request:
            
   GET /api/v1.0/sandbox/environments

## Response `200`

OK

- SandboxConfig
  - `projects` Project[], nullable
    - `id` integer, nullable
    - `description` string, nullable
    - `name` string, nullable
    - `path` string, nullable
    - `pathWithNamespace` string, nullable
    - `defaultBranch` string, nullable
    - `sshUrlToRepo` string, nullable
    - `httpUrlToRepo` string, nullable
    - `webUrl` string, nullable
  - `environments` Environment[], nullable
    - `platformEnvironmentId` string, nullable
    - `stackName` string, nullable
    - `displayName` string, nullable
    - `databaseName` string, nullable
    - `serverName` string, nullable
    - `serverDatabasePort` integer
    - `username` string, nullable
    - `password` string, nullable

---

[API](https://skmtc.dev/q2developer/apis/q2-portal-web-server.md) · [All operations](https://skmtc.dev/q2developer/apis/q2-portal-web-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/q2developer/q2-portal-web-server/revisions/7225eea22612/schema)
