Hi, we landed in a tenant which have some customizers for saas web service connectors. Client does not have the source project, is some way to retrieve customizers code/zip? We can see all ids with sail conn customizers list, but found no command to retrieve code. Thanks!
Configure Visual Studio Code and through that you can retrieve the json for this.
sail conn customizers download -c
can you try this using SailPoint cli?
If you have an id of your customizer, then use the below info to get the details of your customizers.
Usage:
sail connectors customizers [flags]
sail connectors customizers [command]
Available Commands:
create Create connector customizer
delete Delete connector customizer
get Get connector customizer
init Initialize new connector customizer project
link Link connector customizer to connector instance
list List all customizers
unlink Unlink connector customizer from connector instance
update Create connector customizer
upload Upload connector customizer
Flags:
-h, --help help for customizers
Global Flags:
-e, --conn-endpoint string Override connectors endpoint (default “/beta/platform-connectors”)
–debug Enable debug logging
–env string Environment to use for SailPoint CLI commands
–read-limit int Set read limit for accounts and entitlements read (default 8)
Use “sail connectors customizers [command] --help” for more information about a command.
tried, but no download command available, only shows available commands
If the customizers is viewable in the command line, then you can copy from there.

