---
title: "List Workspaces"
method: GET
path: "/api/v1/workspaces"
tags: ["workspaces"]
---

# List Workspaces

`GET /api/v1/workspaces`

Get all workspaces visible to this auth in the current org. Does not create a new workspace/org.

## Query parameters

- `include_deleted` boolean
- `data_plane_id` string, uuid, nullable

## Response `200`

Successful Response

- TenantForUser[]
  - `id` string, uuid, required
  - `organization_id` string, uuid, nullable
  - `created_at` string, date-time, required
  - `display_name` string, required
  - `is_personal` boolean, required
  - `is_deleted` boolean, required
  - `tenant_handle` string, nullable
  - `data_plane_url` string, nullable
  - `read_only` boolean
  - `role_id` string, uuid, nullable
  - `role_name` string, nullable
  - `permissions` string[], nullable

## Other responses

- `422` — Validation Error

---

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