get http://api.playment.in/v1/projects/<project_id>/stats
GET
https://api.playment.io/v0/projects/<project_id>/stats
Parameters
project_id
: To be passed in the URL
x-api-key
: Secret key to be passed as a header
{
"data": {
"name": "Alfa Project",
"base": "VIDEO",
"total_batches": 36,
"completed_batches": 33,
"total_jobs": 96534,
"completed_jobs": 94217,
"total_frames": 96534,
"completed_frames": 94217,
"annotations": 94217
},
"success": true
}
Response Structure
Name | Description |
---|---|
name | String name of the project |
base | String base type of the project. ex : Image, VIdeo, Sensor fusion, Lidar etc |
total_batches | String total number of batches in this project |
completed_batches | String total number of the completed batches in this project |
total_jobs | String total number of jobs combining all the batches in this project |
completed_jobs | String total number of completed jobs combining all the batches in this project |
total_frames | String total number of frames in this project |
completed_frames | String total number of completed frames in this project |
annotations | String total number of annotations in this project |