---
title: "GET /instance/{InstanceId}/integration-associations"
method: GET
path: "/instance/{InstanceId}/integration-associations"
---

# GET /instance/{InstanceId}/integration-associations

`GET /instance/{InstanceId}/integration-associations`

Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.

## Path parameters

- `InstanceId` string, required

## Query parameters

- `integrationType` 'EVENT' | 'VOICE_ID' | 'PINPOINT_APP' | 'WISDOM_ASSISTANT' | 'WISDOM_KNOWLEDGE_BASE' | 'CASES_DOMAIN'
- `nextToken` string
- `maxResults` integer
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListIntegrationAssociationsResponse
  - `IntegrationAssociationSummaryList` IntegrationAssociationSummary[] — The associations.
    - `IntegrationAssociationId` string — The identifier for the AppIntegration association.
    - `IntegrationAssociationArn` string — The Amazon Resource Name (ARN) for the AppIntegration association.
    - `InstanceId` string — The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.
    - `IntegrationType` 'EVENT' | 'VOICE_ID' | 'PINPOINT_APP' | 'WISDOM_ASSISTANT' | 'WISDOM_KNOWLEDGE_BASE' | 'CASES_DOMAIN' — The integration type.
    - `IntegrationArn` string — The Amazon Resource Name (ARN) for the AppIntegration.
    - `SourceApplicationUrl` string — The URL for the external application.
    - `SourceApplicationName` string — The user-provided, friendly name for the external application.
    - `SourceType` 'SALESFORCE' | 'ZENDESK' — The name of the source.
  - `NextToken` string — If there are additional results, this is the token for the next set of results.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServiceException
- `482` — InvalidRequestException
- `483` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/connect.md) · [All operations](https://skmtc.net/aws/apis/connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/connect/versions/fbcf0a4faed2/schema)
