GET /download/list/add/async/get/{asyncToken}
Get the results of an asynchronous job to add files to a user's download list started with: POST /download/list/add/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/repo/v1/download/list/add/async/get/{asyncToken}
Resource URL Variables
{asyncToken} |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | AddToDownloadListResponse (application/json) |