GET
/
v4
/
evaluations
/
{evaluation_id}
/
contributor-metrics
/
{contributor_id}

Authorizations

x-api-key
string
headerrequired

Headers

x-selected-account-id
string

Path Parameters

evaluation_id
string
required
contributor_id
string
required

Response

200 - application/json
evaluation_id
string
required

The ID of the evaluation.

annotated_by_user_id
string
required

The ID of the user who annotated the test case.

total_time_spent_labeling_sec
integer

Total time spent labeling in seconds.

avg_time_spent_labeling_sec
number

Average time spent labeling per test case in seconds.

total_num_test_cases_labeled
integer
required

Total number of test cases labeled.

num_test_cases_fixed
integer
required

Number of test cases that were fixed.

percentage_test_cases_fixed
number
required

Percentage of test cases done by this contributor that were fixed.