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

# GET /instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases

`GET /instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases`

Lists the use cases for the integration association.

## Path parameters

- `InstanceId` string, required
- `IntegrationAssociationId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListUseCasesResponse
  - `UseCaseSummaryList` UseCase[] — The use cases.
    - `UseCaseId` string — The identifier for the use case.
    - `UseCaseArn` string — The Amazon Resource Name (ARN) for the use case.
    - `UseCaseType` 'RULES_EVALUATION' | 'CONNECT_CAMPAIGNS' — The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
  - `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)
