The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /download/list/package/async/start

Start an asynchronous job to create a zip package of files from a user's download list. After files are added to the a zip package they will be removed from the user's download list. Note: Only files that are eligible for packaging will be included.

Use GET /download/list/package/async/get/{asyncToken} to get both the job status and job results.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/download/list/package/async/start

Resource Information
Authentication Required
Required OAuth Scopes view , modify , download
HTTP Method POST
Request Object DownloadListPackageRequest
(application/json)
Response Object AsyncJobId
(application/json)