Skip to content

Get Project

GEThttps://${domain}/rosetta-open/project/get

This page will help you get started with retrieve project information.

query params

*projectIdlong
Project id which returned by Create Project
Examples
shell
curl https://${domain}/rosetta-open/project/get \
 -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

200
{
"code": 200,
"message": "Success",
"data": {
"description": "this project description",
"created_at": "2024-04-22"
},
"date": "2024-05-17 16:04:53",
"requestId": "71c3ddd6171593314607810011afb4",
"success": true
}
400
{
"code": 400,
"data": null,
"message": "Illegal Parameter",
"date": "2024-05-17 16:04:53",
"requestId": "71c3ddd6171593314607810011afb4",
"success": false
}