---
title: "GET /assistants/{assistantId}/associations"
method: GET
path: "/assistants/{assistantId}/associations"
---

# GET /assistants/{assistantId}/associations

`GET /assistants/{assistantId}/associations`

Lists information about assistant associations.

## Path parameters

- `assistantId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListAssistantAssociationsResponse
  - `assistantAssociationSummaries` AssistantAssociationSummary[], required — Summary information about assistant associations.
    - `assistantAssociationId` string, required — The identifier of the assistant association.
    - `assistantAssociationArn` string, required — The Amazon Resource Name (ARN) of the assistant association.
    - `assistantId` string, required — The identifier of the Amazon Q in Connect assistant.
    - `assistantArn` string, required — The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
    - `associationType` 'KNOWLEDGE_BASE' | 'EXTERNAL_BEDROCK_KNOWLEDGE_BASE', required — The type of association.
    - `associationData` object, required — The association data.
      - `knowledgeBaseAssociation` object — The knowledge base where output data is sent.
        - `knowledgeBaseId` string — The identifier of the knowledge base.
        - `knowledgeBaseArn` string — The Amazon Resource Name (ARN) of the knowledge base.
      - `externalBedrockKnowledgeBaseConfig` object — The configuration for an external Bedrock knowledge base association in the output data.
        - `bedrockKnowledgeBaseArn` string, required — The Amazon Resource Name (ARN) of the external Bedrock knowledge base.
        - `accessRoleArn` string, required — The Amazon Resource Name (ARN) of the IAM role used to access the external Bedrock knowledge base.
    - `tags` object — The tags used to organize, track, or control access for this resource.
  - `nextToken` string — If there are additional results, this is the token for the next set of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException

---

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