---
title: "GET /collaborations/{collaborationIdentifier}/analysistemplates"
method: GET
path: "/collaborations/{collaborationIdentifier}/analysistemplates"
---

# GET /collaborations/{collaborationIdentifier}/analysistemplates

`GET /collaborations/{collaborationIdentifier}/analysistemplates`

Lists analysis templates within a collaboration.

## Path parameters

- `collaborationIdentifier` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListCollaborationAnalysisTemplatesOutput
  - `nextToken` string — The pagination token that's used to fetch the next set of results.
  - `collaborationAnalysisTemplateSummaries` CollaborationAnalysisTemplateSummary[], required — The metadata of the analysis template within a collaboration.
    - `arn` string, required — The Amazon Resource Name (ARN) of the analysis template.
    - `createTime` string, date-time, required — The time that the summary of the analysis template in a collaboration was created.
    - `id` string, required — The identifier of the analysis template.
    - `name` string, required — The name of the analysis template.
    - `updateTime` string, date-time, required — The time that the summary of the analysis template in the collaboration was last updated.
    - `collaborationArn` string, required — The unique ARN for the analysis template’s associated collaboration.
    - `collaborationId` string, required — A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
    - `creatorAccountId` string, required — The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
    - `description` string — The description of the analysis template.
    - `isSyntheticData` boolean — Indicates if this collaboration analysis template uses synthetic data generation.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

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