v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-143021,9861.6 MB

Lists the associations in your account and their properties.

post/#X-Amz-Target=SageMaker.ListAssociations

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListAssociations' required

Request body

SourceArnstring

A filter that returns only associations with the specified source ARN.

DestinationArnstring

A filter that returns only associations with the specified destination Amazon Resource Name (ARN).

SourceTypestring

A filter that returns only associations with the specified source type.

DestinationTypestring

A filter that returns only associations with the specified destination type.

AssociationType'ContributedTo' | 'AssociatedWith' | 'DerivedFrom' | 'Produced'

A filter that returns only associations of the specified type.

CreatedAfterstring date-time

A filter that returns only associations created on or after the specified time.

CreatedBeforestring date-time

A filter that returns only associations created on or before the specified time.

SortBy'SourceArn' | 'DestinationArn' | 'SourceType' | 'DestinationType' | 'CreationTime'

The property used to sort results. The default value is <code>CreationTime</code>.

SortOrder'Ascending' | 'Descending'

The sort order. The default value is <code>Descending</code>.

NextTokenstring

If the previous call to <code>ListAssociations</code> didn't return the full set of associations, the call returns a token for getting the next set of associations.

MaxResultsinteger

The maximum number of associations to return in the response. The default value is 10.

Response

Success

NextTokenstring

A token for getting the next set of associations, if there are any.