---
title: "List hub environments"
method: GET
path: "/api/v1/hub/environments"
tags: ["hub_environments"]
---

# List hub environments

`GET /api/v1/hub/environments`

Returns the hub environments model for the current tenant.
Returns 404 if no custom configuration exists.

## Response `200`

OK

- HubEnvironmentsHubEnvironmentsModel
  - `environments` HubEnvironmentsEnvironmentEntry[]
    - `name` string, required
  - `id` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-04-13** `e86be67718ee` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/api/v1/hub/environments/get.md)

---

[API](https://skmtc.dev/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.dev/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
