getExportSuspend

@JvmName(name = "getExportSuspend")
suspend fun getExportSuspend(auditLogExportId: String, requestOptions: RequestOptions? = null): AuditLogExportJson

Coroutine-aware variant of getExport. Use this from a suspend function or coroutine scope.

Delegates to the blocking getExport under withContext(Dispatchers.IO), so this is safe to call from any coroutine dispatcher (including Dispatchers.Main).