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

# GET /collaborations/{collaborationIdentifier}/privacybudgettemplates

`GET /collaborations/{collaborationIdentifier}/privacybudgettemplates`

Returns an array that summarizes each privacy budget template in a specified collaboration.

## Path parameters

- `collaborationIdentifier` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListCollaborationPrivacyBudgetTemplatesOutput
  - `nextToken` string — The pagination token that's used to fetch the next set of results.
  - `collaborationPrivacyBudgetTemplateSummaries` CollaborationPrivacyBudgetTemplateSummary[], required — An array that summarizes the collaboration privacy budget templates. The summary includes collaboration information, creation information, the privacy budget type.
    - `id` string, required — The unique identifier of the collaboration privacy budget template.
    - `arn` string, required — The ARN of the collaboration privacy budget template.
    - `collaborationId` string, required — The unique identifier of the collaboration that contains this collaboration privacy budget template.
    - `collaborationArn` string, required — The ARN of the collaboration that contains this collaboration privacy budget template.
    - `creatorAccountId` string, required — The unique identifier of the account that created this collaboration privacy budget template.
    - `privacyBudgetType` 'DIFFERENTIAL_PRIVACY' | 'ACCESS_BUDGET', required — The type of the privacy budget template.
    - `createTime` string, date-time, required — The time at which the collaboration privacy budget template was created.
    - `updateTime` string, date-time, required — The most recent time at which the collaboration privacy budget template was updated.

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