Skip to content

Run Statistics

POSThttps://portal-prod.rosettalab.top/rosetta-open/annotation/stat

This page will help you get started with running statistics synchronously on a workflow.

body params

*projectIdlong
Project id returned by Create Project
*workflowIdlong
Workflow Id which returned by API Create Workflow
Examples
shell
curl https://portal-prod.rosettalab.top/rosetta-open/annotation/stat \
 -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": "Succeed",
"data": {
"projectId": 2024,
"workflowId": 18000,
"efficiency": {...},
"efforts": [...],
"autolabeling": [...]
},
"date": "2024-05-17 17:22:21",
"requestId": "c597b2ac171593779390810011afb4",
"success": true
}
400
{
"code": 400,
"data": null,
"requestId": "c597b2ac171593779390810011afb4",
"message": "Invalid Parameter",
"date": "2024-05-17 17:22:21",
"success": false
}