get https://api.sbgenomics.com/v2/projects//
This call returns the details of a specified project.
Path for Seven Bridges Platform EU
If you are using Seven Bridges Platform EU, please use the following endpoint:
https://eu-api.sbgenomics.com/v2/projects/{project_owner}/{project}
Referring to your project
Note that
project_owner
is always case-sensitive, and thatproject
is not the project's name but its short name. For full details of identifying objects using the API, please see the API overview.
Interpreting the response body
- The object
type
in the response should be ignored: all projects have typev2
. - The dictionary
settings
contains one Boolean field,locked
. This field shows whether or not your project is locked. You can lock down a project to prevent any Seven Bridges team member from viewing information about your project. Learn more about creating a locked project.