---
title: "GET /collaborations"
method: GET
path: "/collaborations"
---

# GET /collaborations

`GET /collaborations`

Lists collaborations the caller owns, is active in, or has been invited to.

## Query parameters

- `nextToken` string
- `maxResults` integer
- `memberStatus` 'INVITED' | 'ACTIVE'

## Response `200`

Success

- ListCollaborationsOutput
  - `nextToken` string — The pagination token that's used to fetch the next set of results.
  - `collaborationList` CollaborationSummary[], required — The list of collaborations.
    - `id` string, required — The identifier for the collaboration.
    - `arn` string, required — The ARN of the collaboration.
    - `name` string, required — A human-readable identifier provided by the collaboration owner. Display names are not unique.
    - `creatorAccountId` string, required — The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
    - `creatorDisplayName` string, required — The display name of the collaboration creator.
    - `createTime` string, date-time, required — The time when the collaboration was created.
    - `updateTime` string, date-time, required — The time the collaboration metadata was last updated.
    - `memberStatus` 'INVITED' | 'ACTIVE' | 'LEFT' | 'REMOVED', required — The status of a member in a collaboration.
    - `membershipId` string — The identifier of a member in a collaboration.
    - `membershipArn` string — The ARN of a member in a collaboration.
    - `analyticsEngine` 'SPARK' | 'CLEAN_ROOMS_SQL' — <p> The analytics engine.</p> <note> <p>After July 16, 2025, the <code>CLEAN_ROOMS_SQL</code> parameter will no longer be available. </p> </note>

## Other responses

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