Download a localizable snapshot of the published source code
GET/api/workflows/:workflowName/source-files
Returns only online versions published in source mode that declare the selected Desktop platform and for which the caller has source-download permission. latest resolves independently for the platform. A bundled version never returns its original TypeScript/JavaScript.
Request
Responses
- 200
- 403
- 409
List of source files that can be used to create local projects.
The current identity does not have permission to download the project source code.
The target version is in bundled mode and does not retain the downloadable original source code.