Skip to content

Get Folder

GEThttps://${domain}/rosetta-open/folder/{helixProjectId}

We will provide a GET API for get the folder Info.

Examples
shell
curl https://${domain}/rosetta-open/folder/{helixProjectId} \
 -X GET \
 -H 'Content-Type: application/json' \
 -H 'X-STARDUST-KEY: <X-STARDUST-KEY>' \
 -H 'X-TS: <X-TS>' \
 -H 'X-SIGN: <X-SIGN>'

responses

2000
{
"code": 2000,
"message": "Success",
"data": {
"helixProjectId": "helixProjectId",
"name": "helixProjectName",
"helixBucketName": "helixBucketName"
},
"date": "2025-03-13 20:00:00",
"requestId": "7610aa38c0fc409d98c827a879d9cae5",
"success": true
}
5000
{
"code": 5000,
"data": null,
"message": "Service hiccuped, please try again later.",
"date": "2025-03-13 20:00:00",
"requestId": "864b70706a7349ea83e177a49800464f",
"success": false
}
54004
{
"code": 54004,
"data": null,
"message": "folderId is not exists.",
"date": "2025-03-13 20:00:00",
"requestId": "864b70706a7349ea83e177a49800464f",
"success": false
}