The id parameter can be used to list only script branches with the given IDs.
Here are a few examples of the command usage:
Listing all script branches:
list-script-branches
Listing script branches with full paths to the scripts:
list-script-branches -verbose
Listing only the script branch with ID 1:
list-script-branches id = 1
Listing script branches with IDs 1 and 2:
list-script-branches id = 1 2
or
list-script-branches id = [1, 2]