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

Download Open API Spec

GET /fileHandle/restore/async/get/{asyncToken}

Get the results of an asynchronous job to restore a batch of files handles started with: POST /fileHandle/restore/async/start. The response includes for each file handle in the original request the result of the restore operation.

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/fileHandle/restore/async/get/{asyncToken}

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