List Data Transfer Requests and Data Packages (CLI only)
Note
Listing data transfer requests (DTRs) and data packages requires authentication with the BioMedIT Portal. The functionalities described on this page are therefore only relevant for BioMedIT users.
Furthermore, this section is only relevant for the sett CLI (command line interface of sett), as the listing of DTRs and data packages in sett GUI and sett TUI is done automatically whenever necessary.
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.