Skip to main content
GET
/
orgs
/
current
/
data-planes
Error
A valid request URL is required to generate request examples
{
  "data_planes": [
    {
      "api_url": "<string>",
      "created_at": "<string>",
      "id": "<string>",
      "name": "<string>",
      "region": "<string>",
      "status_updated_at": "<string>",
      "workspaces": [
        {
          "id": "<string>",
          "name": "<string>"
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

Data planes

data_planes
object[]