ListChangeSets

POST {{_.CAPI_PROD}}/ListChangeSets

ListChangeSets returns the list of change sets owned by the account being used to make the call. You can filter this list by providing any combination of entityIdChangeSetName, and status. If you provide more than one filter, the API operation applies a logical AND between the filters.

You can describe a change during the 60-day request history retention period for API calls.

Request Body

{"Catalog"=>"AWSMarketplace", "FilterList"=>[{"Name"=>"EntityId", "ValueList"=>["entity-id"]}], "MaxResults"=>20}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"ChangeSetSummaryList":[{"ChangeSetArn":"arn:aws:aws-marketplace:us-east-1:111111111111:AWSMarketplace/ChangeSet/test_ChangeSetId","ChangeSetId":"test_ChangeSetId","ChangeSetName":"ChannelOfferIngestionTests","EndTime":null,"EntityIdList":["offer-1234567890"],"FailureCode":null,"StartTime":"2024-10-01T18:30:10Z","Status":"APPLYING"}],"NextToken":"Test_Token_AgV4ts3wXJgOPq66YrnFyVeWHYNdcYFiBAZ7gpONiNep09gAfQACAA5BV1NfQUNDT1VOVF9JRAAMMjczMTQxNjE2NDg2ABVhd3MtY3J5cHRvLXB1YmxpYy1rZXkAREFvb1JSMVFKWnpSeFYwUUd1OUU1W="}