Get bulk action session status
Returns the status of a bulk action session that is not scoped to packages - for example the session created when inviting users in bulk.
Bulk actions are processed in the background, so they do not report success or
failure immediately. Each bulk action returns a session identifier; use this
operation to poll it. The response reports whether processing is still
Pending, Finishing or Finished, and how many items succeeded or failed.
Set IncludeDetails to true to also return per-item results - the identifier
and execution time of each item, plus an error code and message for items 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 the action details information.
Response
OK.
The bulk action session information.
A globally unique identifier
"00000000-0000-0000-0000-000000000000"
DeletePackage, DownloadPackage, NotifyActors, RevokePackage, SkipPackagePhase, ExtendPackage, RequestAuditTrails, DeleteAuditProofs, PackageStatusUpdate, SoftDeletePackage, UserEmailInvitationNotification Pending, Finishing, Finished The bulk action session information per item.