Waiting for engine...
Skip to main content

listBundleInstallHistory

Returns a list of all the Bundles installed by the user's account

An example of the request that filters by date is as follows:

query {
listBundleInstallHistory(input: {
requestTsEnd: "2023-08-20T20:23:39.000Z",
requestTsStart: "2023-08-014T20:23:39.000Z"
} ) {
nextRequestTs
data {
time
operationEndpoint
operation
accountId
userId
bundle {
bundleOwner
id
name
description
createdBy
publisher {
publisherId
name
email
supportEmail
supportUrl
url
}
}
artifactTypes
sharingMode
correlationId
targetAccountId
flowTenant{
targetFlowUserId
targetTenantId
targetTenantName
}
folder {
folderId
folderName
}
installationStatus
}
}
}

listBundleInstallHistory(
input: BundleInstallHistoryRequest
): BundleInstallHistoryResponse

Arguments

listBundleInstallHistory.input ● BundleInstallHistoryRequest input bundles

Type

BundleInstallHistoryResponse object bundles

On this Page