GET /download/list/query/async/get/{asyncToken}
Get the results of an asynchronous job to query the user's download list. Started with POST /download/list/query/async/start. While the job is still processing, this call will return a status code of 202 (ACCEPTED). Once the job completes a status code of 200 will be returned with the query results.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/download/list/query/async/get/{asyncToken}
Resource URL Variables
{asyncToken} |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | DownloadListQueryResponse (application/json) |