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

Download Open API Spec

GET /download/list/manifest/async/get/{asyncToken}

Get the results of an asynchronous job to generate a metadata manifest CSV of the available files from the user's download list download list started with: POST /download/list/manifest/async/start. The response includes a fileHandleId, that can be used to download the resulting CSV file.

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/repo/v1/download/list/manifest/async/get/{asyncToken}

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