---
title: "Gets the User Interfaces associated with the running environment launched by the given owner"
method: GET
path: "/running/{owner}/environments/{environment}/uis"
tags: ["running"]
---

# Gets the User Interfaces associated with the running environment launched by the given owner

`GET /running/{owner}/environments/{environment}/uis`

## Path parameters

- `owner` string, required
- `environment` string, required

## Response `200`

A list of user interfaces available in the running environment

- object

## Other responses

- `301` — The given environment has been terminated and can now be looked up elsewhere
- `403` — User does not have permission to view environments with the given owner
- `404` — The given environment does not exist

---

[API](https://skmtc.dev/determined-ai/apis/launcher-api.md) · [All operations](https://skmtc.dev/determined-ai/apis/launcher-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/determined-ai/launcher-api/revisions/33885ccfb9ac/schema)
