Annotation Insights (Legacy Endpoint)
https://api.roboflow.com/workspace-stats{
"data": {
"last_updated": "2023-01-01T20:07:21.057Z",
"data": [
{
"projectId": "project123",
"projectName": "My CV Project",
"total_time_spent_annotating_minutes": 24.09,
"total_images_labeled": 10,
"total_boxes_created": 0,
"seconds_per_image": 31,
"num_images_marked_null": 0,
"acceptance_rate": 0
}
],
"labelers": [
{
"id": "labelerId123",
"displayName": "Lenny Raccoon",
"email": "[email protected]"
}
],
// if includeTicks=true
"ticks": [
{
start_ms": 1656929228959,
"end_ms": 1660867628959,
"values": {
"labelerId123": {
"total_time_spent_annotating_minutes": 133.38,
"total_images_labeled": 983,
"total_boxes_created": 1432,
"seconds_per_image": 0
}
}
}
]
}
}Was this helpful?