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

Download Open API Spec

POST /fileHandle/restore/async/start

Starts an asynchronous job to restore a batch of file handles that were ARCHIVED or UNLINKED.

The file handles status will be set as AVAILABLE. Note that when the file handle is ARCHIVED in the Synapse bucket it might take a few hours before the file is available for download.

A limit of 1000 file handle ids is imposed for the request. The user initiating the request must be the owner of the file handles for the operation to succeed.

Use GET /fileHandle/restore/async/get/{asyncToken} to get both the job status and job results.

Resource URL

https://repo-prod.prod.sagebase.org/file/v1/fileHandle/restore/async/start

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