---
title: "List Pending Workspace Invites"
method: GET
path: "/api/v1/workspaces/pending"
tags: ["workspaces"]
---

# List Pending Workspace Invites

`GET /api/v1/workspaces/pending`

Get all workspaces visible to this auth

## Response `200`

Successful Response

- AppSchemasTenant[]
  - `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

## Changes

- **2026-04-14** `e0b167760947` — 1 info
  - added the optional property `items/data_plane_url` to the response with the `200` status

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/api/v1/workspaces/pending/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)
