GET
/
mcp-server
/
instance
/
get
/
{instance_id}
curl --request GET \
  --url https://api.klavis.ai/mcp-server/instance/get/{instance_id} \
  --header 'Authorization: Bearer <token>'
{
  "instanceId": "<string>",
  "authNeeded": false,
  "isAuthenticated": false,
  "serverName": "",
  "platform": "",
  "externalUserId": ""
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

instance_id
string
required

The ID of the connection instance whose status is being checked. This is returned by the Create API.

Response

200
application/json

Successful Response

The response is of type object.