Skip to content

[WIP] Get Task Schedule

GEThttps://${domain}/rosetta-open/annotation-request/task/schedule

Query the proportion of the completed pool according to ar.

WARNING

Currently, the Callback interface is unavailable.

query params

*annotationRequestIdstring Defaults to 7d44b43b-3bbd-4f53-9f95-b7c0217d8d5b
Unique identifier for the annotation request, with a maximum length of 160 bytes.
Examples
shell
curl https://${domain}/rosetta-open/annotation-request/task/schedule?annotationRequestId=7d44b43b-3bbd-4f53-9f95-b7c0217d8d5b \
 -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": {
"status": "In Progress",
"completionPoolSchedule": 33.33
},
"date": "2024-05-16 19:03:34",
"requestId": "864b70706a7349ea83e177a49800464f",
"success": true
}
5000
{
"code": 5000,
"data": null,
"message": "Service hiccuped, please try again later.",
"date": "2024-05-16 19:03:34",
"requestId": "864b70706a7349ea83e177a49800464f",
"success": false
}

Status Enum

ValueDescription
CompletedAll tasks enter the completion pool
In ProgressThe task is still under annotation