Get package bulk action session status
Bulk package actions are processed in the background, so they do not report
success or failure immediately. Instead, each bulk action returns a bulk action
session identifier. Use this operation to poll that session: it reports whether
processing is still Pending, Finishing or Finished, and how many packages
succeeded or failed.
Set IncludeDetails to true to also return per-package results - the
identifier and execution time of each package, plus an error code and message
for packages that failed. FinishedTime is only populated once the session
reaches Finished.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique identifier of the target bulk action session A bulk action session unique identifier
"00000000-0000-0000-0000-000000000000"
Query Parameters
The result will contain all the info available about the requested bulk action session.
Response
OK.
The bulk package action session information.
The bulk action session unique identifier..
"00000000-0000-0000-0000-000000000000"
The bulk action type.
DeletePackage, DownloadPackage, NotifyActors, RevokePackage, SkipPackagePhase, ExtendPackage, RequestAuditTrails, DeleteAuditProofs, PackageStatusUpdate, SoftDeletePackage The bulk action status.
Pending, Finishing, Finished Total items in the bulk action session.
The number of the succeeded actions.
The number of the failed actions.
The bulk action session end time.
The bulk action session information per package.