List Data Transfer Requests and Data Packages (CLI only)

List Data Transfer Requests (DTRs)

DTRs for which a user is either a data provider or a data recipient can be listed with the following command:

sett portal dtr

As this operation requires authentication with the BioMedIT Portal, sett CLI will prompt the user for an interactive authentication with Portal.

List Data Packages

Data Packages available for download and decryption for a given user can be listed with the command:

sett portal packages

As this operation requires authentication with the BioMedIT Portal, sett CLI will prompt the user for an interactive authentication with Portal. This step can be skipped by passing a Portal PAT (personal access token) to the command via the --pat argument.

# Authenticating via a Portal PAT (personal access token).
sett portal packages --pat pat-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

The sett portal packages command can e.g. be used to automate the detection of new packages and their download and decryption.