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"
    }
  ]
}

Changes

Changed in 1 of the 8 revisions of this API.1

    • added the new NO_AUTH enum value to the connections/items/type response property for the response status 200

      response-property-enum-value-added