Retry a MigrationTask by walletId

post/api/v2/admin/wallet/{walletId}/migrationtask/retry

Creates a new MigrationTask for the given walletId with status set to pending and attempts set to 0, copying enterprise and organization context from the existing task. The existing task record is left untouched for audit history.

Path Parameters

  • walletIdstringRequired
    The ID of the wallet whose MigrationTask should be retried
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

200 Response

id string required
walletId string required
targetEnterpriseId string required
status string required
attempts number required
totalTransfers number required
totalUpdated number required
errors array[string] required
createdAt string <date-time>required
oldEnterpriseId string
oldOrganizationId string
targetOrganizationId string
createdBy string
updatedAt string <date-time>
completedAt string <date-time>

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id