---
title: "GET /knowledgeBases/{knowledgeBaseId}/contents/{contentId}/associations/{contentAssociationId}"
method: GET
path: "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}/associations/{contentAssociationId}"
---

# GET /knowledgeBases/{knowledgeBaseId}/contents/{contentId}/associations/{contentAssociationId}

`GET /knowledgeBases/{knowledgeBaseId}/contents/{contentId}/associations/{contentAssociationId}`

Returns the content association.

For more information about content associations--what they are and when they are used--see [Integrate Amazon Q in Connect with step-by-step guides](https://docs.aws.amazon.com/connect/latest/adminguide/integrate-q-with-guides.html) in the _Amazon Connect Administrator Guide_.

## Path parameters

- `knowledgeBaseId` string, required
- `contentId` string, required
- `contentAssociationId` string, required

## Response `200`

Success

- GetContentAssociationResponse
  - `contentAssociation` object — The association between Amazon Q in Connect content and another resource.
    - `knowledgeBaseId` string, required — The identifier of the knowledge base.
    - `knowledgeBaseArn` string, required — The Amazon Resource Name (ARN) of the knowledge base.
    - `contentId` string, required — The identifier of the content.
    - `contentArn` string, required — The Amazon Resource Name (ARN) of the content.
    - `contentAssociationId` string, required — The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
    - `contentAssociationArn` string, required — The Amazon Resource Name (ARN) of the content association.
    - `associationType` 'AMAZON_CONNECT_GUIDE', required — The type of association.
    - `associationData` object, required — The content association.
      - `amazonConnectGuideAssociation` object — The data of the step-by-step guide association.
        - `flowId` string — The Amazon Resource Name (ARN) of an Amazon Connect flow. Step-by-step guides are a type of flow.
    - `tags` object — The tags used to organize, track, or control access for this resource.

## Other responses

- `480` — ValidationException
- `481` — UnauthorizedException
- `482` — AccessDeniedException
- `483` — 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)
