---
title: "List data planes for the current organization"
method: GET
path: "/orgs/current/data-planes"
tags: ["data_planes"]
---

# List data planes for the current organization

`GET /orgs/current/data-planes`

Returns up to 50 data planes owned by the caller's organization. Sorted status priority (active first), then newest first. Requires BYOC to be enabled for the org.

## Response `200`

Data planes

- DataPlanesListPublicDataPlanesResponse
  - `data_planes` DataPlanesPublicDataPlane[]
    - `api_url` string
    - `created_at` string
    - `id` string
    - `name` string
    - `region` string
    - `status` 'requested' | 'provisioning' | 'provisioning_failed' | 'active' | 'inactive' | 'deprovisioning' | 'deleted' | 'revoked'
    - `status_updated_at` string
    - `workspaces` DataPlanesPublicDataPlaneWorkspace[]
      - `id` string
      - `name` string

## Other responses

- `400` — Invalid organization ID
- `401` — Unauthorized
- `403` — BYOC not enabled for this organization
- `500` — Internal server 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)
