Get job status of bulk creation of new vault accounts
Returns the current status of (or error for) the specified vault account bulk creation job.
Endpoint Permissions: Admin, Non-Signing Admin, Signer, Approver, Editor, Viewer.
GET
TypeScript
Path Parameters
The ID of the job to create addresses
Response
A Job with status
Status of the job. Possible values - Success, In Progress, Error, Pending Approval, Canceled
Example:
"Success"
Mapping between VaultAccountId to a mapping of asset to address, and the vault account name
Example:
List of tag IDs successfully attached to each of the created vault accounts
Example:
Example:
"Asset not supported"
Approval request ID if the job has protected tags to attach to the vault accounts
Example:
"12345"
TypeScript