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

Download Open API Spec

GET /file/bulk/async/get/{asyncToken}

Get the results of a bulk file download started with POST /file/bulk/async/start

Note: When the result is not ready yet, this method will return a status code of 202 (ACCEPTED) and the response body will be a AsynchronousJobStatus object.

Resource URL

https://repo-prod.prod.sagebase.org/file/v1/file/bulk/async/get/{asyncToken}

Resource URL Variables
{asyncToken}
Resource Information
Authentication Required
Required OAuth Scopes download
HTTP Method GET
Request Object None
Response Object BulkFileDownloadResponse
(application/json)