This method initiates an archive retieval job for the specified archive and returns back the job id.
Once the is complete

C# |
public string InitiateArchiveRetrievalJob( string vaultName, string archiveId, InitiateArchiveRetrievalOptions options )

- vaultName (String)
- The name of the vault that contains the archive to initiate the job for.
- archiveId (String)
- The archive id that the download job will retrieve.
- options (InitiateArchiveRetrievalOptions)
- Additional options that can be used for initiating archive retrieval.

The job id for the initiated job.