get https://api.sbgenomics.com/v2/files/
This call returns details about a specified file. The call returns the file's name, its tags, and all of its metadata.
Files are specified by their IDs, which you can obtain by making the API call to list files in a project.
Learn more about metadata fields and their values on the Seven Bridges Platform. You can also learn more about working with tags on the Platform.
If you are using Seven Bridges Platform EU, please use the following endpoint:
https://eu-api.sbgenomics.com/v2/files/{file_id}
Interpreting the response body:
- The object
storagedenotes the type of storage for the file which can be eitherPLATFORMorVOLUMEdepending on where the file is stored. - The object
origindenotes the task that produced the file, if it was created by a task on the Seven Bridges Platform. - The dictionary object
metadatalists the metadata fields and values for the file. - The object
tagslists the tags for the file. Learn more about tagging your files on the Platform.
