Skip to content

Export Task

POSThttps://${domain}/rosetta-open/tasks/export

Export all data of the task, include annotation results, metadata, assets, etc.

body params

*projectIdlong
Project id returned by Create Project
*completeTimeAfterstring
Complete time of task after the date, include the day, such as 2024-05-01
*completeTimeBeforestring
Complete time of task before the date, such as 2024-06-01
*taskIdslong[]
Task Id List
Examples
shell
curl https://${domain}/rosetta-open/tasks/export \
 -X POST \
 -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": {
"annotationResultList": [...]
},
"date": "2024-05-17 17:45:50",
"requestId": "77bdf4cd171593981208210031afb4",
"success": true
}
400
{
"code": 400,
"data": null,
"date": "2024-05-17 17:45:50",
"message": "Invalid Parameter",
"requestId": "77bdf4cd171593981208210031afbv",
"success": false
}