---
title: "GET /collaborations/{collaborationIdentifier}/ml-input-channels"
method: GET
path: "/collaborations/{collaborationIdentifier}/ml-input-channels"
---

# GET /collaborations/{collaborationIdentifier}/ml-input-channels

`GET /collaborations/{collaborationIdentifier}/ml-input-channels`

Returns a list of the ML input channels in a collaboration.

## Path parameters

- `collaborationIdentifier` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListCollaborationMLInputChannelsResponse
  - `nextToken` string — The token value used to access the next page of results.
  - `collaborationMLInputChannelsList` CollaborationMLInputChannelSummary[], required — The list of ML input channels that you wanted.
    - `createTime` string, date-time, required — The time at which the ML input channel was created.
    - `updateTime` string, date-time, required — The most recent time at which the ML input channel was updated.
    - `membershipIdentifier` string, required — The membership ID of the membership that contains the ML input channel.
    - `collaborationIdentifier` string, required — The collaboration ID of the collaboration that contains the ML input channel.
    - `name` string, required — The name of the ML input channel.
    - `configuredModelAlgorithmAssociations` ConfiguredModelAlgorithmAssociationArn[], required — The associated configured model algorithms used to create the ML input channel.
    - `mlInputChannelArn` string, required — The Amazon Resource Name (ARN) of the ML input channel.
    - `status` 'CREATE_PENDING' | 'CREATE_IN_PROGRESS' | 'CREATE_FAILED' | 'ACTIVE' | 'DELETE_PENDING' | 'DELETE_IN_PROGRESS' | 'DELETE_FAILED' | 'INACTIVE', required — The status of the ML input channel.
    - `creatorAccountId` string, required — The account ID of the member who created the ML input channel.
    - `description` string — The description of the ML input channel.
    - `payerConfiguration` object — The payer configuration for the ML input channel.
      - `computePayerAccountId` string — The account ID of the member that is responsible for paying compute costs.
      - `syntheticDataPayerAccountId` string — The account ID of the member that is responsible for paying synthetic data generation costs.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ThrottlingException

---

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