GET /objects/{object_id}/access/{access_id}
This API will provide the url from which a FileEntity may be downloaded. If the file is stored in AWS S3 or a GCP bucket then the result is a time limited, presigned URL which can be used without any further authentication. If the file is stored in some other web location (a so-called 'external file'), this service simply returns that file's URL.
For more information, see the GA4GH documentation for GetAccessURL To get the accessId parameter, use the GET /objects/{object_id} service.
Resource URL
https://repo-prod.prod.sagebase.org/ga4gh/drs/v1/objects/{object_id}/access/{access_id}
Resource URL Variables
{object_id} | |
{access_id} |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , download |
HTTP Method | GET |
Request Object | None |
Response Object | AccessUrl (application/json) |