v4

latestOpenAPI 3.1.1Apache 2.02026-07-31107278570.4 KB
Connections

List connections

Retrieves a list of connections in the environment

get/api/v1/connections

Query parameters

organization_idstring

Filter connections by organization identifier

domainstring

Filter connections by email domain associated with the organization

includestring

Filter connections by status. Use 'all' to include all connections regardless of status. Default behavior shows only active (completed and enabled) connections

Response

Successfully retrieved connections

Example response

{
  "connections": [
    {
      "domains": [
        "yourapp.com",
        "yourworkspace.com"
      ],
      "id": "conn_2123312131125533",
      "key_id": "conn_2123312131125533",
      "mcp_server_url": "https://acmecorp.scalekit.dev/mcp/v3/connections/gmail_work",
      "organization_id": "org_2123312131125533",
      "organization_name": "Your Organization",
      "provider_key": "google"
    }
  ]
}