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

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

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

Lists the content associations.

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

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListContentAssociationsResponse
  - `contentAssociationSummaries` ContentAssociationSummary[], required — Summary information about content associations.
    - `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.
  - `nextToken` string — If there are additional results, this is the token for the next set of results.

## 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)
