Skip to main content
GET
TypeScript

Path Parameters

jobId
string
required

The ID of the job to create addresses

Response

A Job with status

status
string
required

Status of the job. Possible values - Success, In Progress, Error, Pending Approval, Canceled

Example:

"Success"

vaultAccounts
object

Mapping between VaultAccountId to a mapping of asset to address, and the vault account name

Example:
tagIds
string<uuid>[]

List of tag IDs successfully attached to each of the created vault accounts

Example:
errorMessage
string
Example:

"Asset not supported"

approvalRequestId
string

Approval request ID if the job has protected tags to attach to the vault accounts

Example:

"12345"