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

# GET /assistants/{assistantId}/associations/{assistantAssociationId}

`GET /assistants/{assistantId}/associations/{assistantAssociationId}`

Retrieves information about an assistant association.

## Path parameters

- `assistantAssociationId` string, required
- `assistantId` string, required

## Response `200`

Success

- GetAssistantAssociationResponse
  - `assistantAssociation` object — The assistant association.
    - `assistantArn` string, required — The Amazon Resource Name (ARN) of the Wisdom assistant.
    - `assistantAssociationArn` string, required — The Amazon Resource Name (ARN) of the assistant association.
    - `assistantAssociationId` string, required — The identifier of the assistant association.
    - `assistantId` string, required — The identifier of the Wisdom assistant.
    - `associationData` object, required — A union type that currently has a single argument, the knowledge base ID.
      - `knowledgeBaseAssociation` object — The knowledge base where output data is sent.
        - `knowledgeBaseArn` string — The Amazon Resource Name (ARN) of the knowledge base.
        - `knowledgeBaseId` string — The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
    - `associationType` 'KNOWLEDGE_BASE', required — The type of association.
    - `tags` object — The tags used to organize, track, or control access for this resource.

## Other responses

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

---

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