Annotation Insights
https://api.roboflow.com/${WORKSPACE}/statsParameter
Description
Required
{
"data": [
{
"approved": 73,
"boxesDrawn": 127,
"imagesLabeled": 73,
"projectId": "projectId123",
"projectName": "My CV Project",
"markedNull": 8,
"modelAssisted": 1,
"rejected": 0,
"labelerId": "labelerId123",
"workspaceId": "workspaceId123",
"approvalRate": 100
}
],
"labelers": [
{
"displayName": "Lenny",
"email": "[email protected]",
"id": "labelerId123"
}
],
"stats": {
"numImagesLabeled": 73,
"numBoxesDrawn": 127,
"numImagesMarkedNull": 8,
"totalImagesUsingModelAssist": 1,
"approvalRate": 100
}
}Annotation Insights Data Structure
Last updated
Was this helpful?