GET
/
mcp-server
/
strata
/
get
Get
curl --request GET \
  --url https://api.klavis.ai/mcp-server/strata/get \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "strataId": "<string>"
}'
{
  "strataServerUrl": "<string>",
  "strataId": "<string>",
  "connectedServers": [
    "<string>"
  ],
  "connectedExternalServers": [
    {
      "name": "<string>",
      "url": "<string>"
    }
  ],
  "oauthUrls": {},
  "apiKeyUrls": {}
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Body

application/json

Response

Successful Response

The response is of type object.