---
title: "List User Integrations"
method: GET
path: "/ai/integrations/connections"
tags: ["Integrations"]
---

# List User Integrations

`GET /ai/integrations/connections`

List user setup integrations

## Response `200`

Successful Response

- IntegrationConnectionsListResponse
  - `data` IntegrationConnection[], required
    - `id` string, required
    - `integration_id` string, required
    - `allowed_tools` string[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/revisions/e32d46c5945b/schema)
