listBundleInstallHistory
Returns a list of all the Bundles installed by the user's account
An example of the request that filters by date (and optionally by bundleId) is as follows:
query {
listBundleInstallHistory(input: {
requestTsEnd: "2023-08-20T20:23:39.000Z",
requestTsStart: "2023-08-01T20:23:39.000Z",
bundleId: "fa1c8156-43ed-4371-9c51-c494131883e9"
} ) {
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
Was this topic helpful?