Analytics
Analytics and performance metrics
Retrieves performance statistics and metrics for a project
Project ID
Performance metrics retrieved successfully
POST /v2/performance/{projectId} HTTP/1.1
Host: imeritapi.ango.ai
apikey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 94
{
"startDate": "2025-10-27T16:48:12.528Z",
"endDate": "2025-10-27T16:48:12.528Z",
"users": [
"text"
]
}Performance metrics retrieved successfully
{
"status": "success",
"data": {
"performance": {}
}
}Retrieves various analytics and overview metrics for a project.
Available types:
AssetSize: Total size of all assets
LabelStageGroups: Task count by stage
AverageDurationPerStage: Average time spent per stage
TimePerTask: Time distribution across tasks
AnnotationStatus: Annotation completion status
AnswerDistribution: Distribution of answers
ConsensusRanges: Consensus score ranges
Project ID
Overview type
Start date (ISO 8601)
End date (ISO 8601)
Filter by users (comma-separated emails)
Filter by batches (comma-separated)
Overview retrieved successfully
GET /v2/{projectId}/overview/{type} HTTP/1.1
Host: imeritapi.ango.ai
apikey: YOUR_API_KEY
Accept: */*
Overview retrieved successfully
{
"status": "success",
"data": {
"overview": {}
}
}Last updated