---
title: "List Tenant Integrations"
method: GET
path: "/mcp-integrations/composio/tenant-integrations"
tags: ["composio"]
---

# List Tenant Integrations

`GET /mcp-integrations/composio/tenant-integrations`

List all integrations connected by this tenant.
Excludes soft-deleted integrations.

## Response `200`

Successful Response

- TenantIntegrationRead[]
  - `id` string, uuid, required
  - `integration_name` string, required
  - `integration_key` string, nullable
  - `property_id` string, uuid, nullable
  - `auth_type` 'oauth' | 'api_credentials' — Authentication type for tenant integrations.
  - `status` 'pending' | 'active' | 'expired' | 'revoked', required
  - `provider` string, nullable
  - `auth_config_id` string, nullable
  - `connected_account_id` string, nullable
  - `logo_url` string, nullable
  - `tools_metadata` object, nullable
  - `disabled_tools` string[], nullable
  - `metadata` object, nullable
  - `connected_at` string, date-time, nullable
  - `last_used_at` string, date-time, nullable
  - `last_tools_sync_at` string, date-time, nullable
  - `deleted_at` string, date-time, nullable
  - `tenant_id` string, uuid, required

## Changes

> 28 revisions in range; 1 not diffed.

- **2026-09-03** `fbb95eac3965` — 1 info
  - added the optional property `items/disabled_tools` to the response with the `200` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/mcp-integrations/composio/tenant-integrations/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/6b978a517225?raw)
