Evaluations
evaluations
Methods
Claim Evaluation Task
Description
Creates a evaluation
Details
This API can be used to create a evaluation. To use this API, review the request schema and pass in all fields that are required to create a evaluation.
Description
Deletes a evaluation
Details
This API can be used to delete a evaluation by ID. To use this API, pass in the id that was returned from your Create Evaluation API call as a path parameter.
Description
Lists all evaluations accessible to the user.
Details
This API can be used to list evaluations. If a user has access to multiple accounts, all evaluations from all accounts the user is associated with will be returned.
Description
Gets the details of a evaluation
Details
This API can be used to get information about a single evaluation by ID. To use this API, pass in the id that was returned from your Create Evaluation API call as a path parameter.
Review the response schema to see the fields that will be returned.
Description
Updates a evaluation
Details
This API can be used to update the evaluation that matches the ID that was passed in as a path parameter. To use this API, pass in the id that was returned from your Create Evaluation API call as a path parameter.
Review the request schema to see the fields that can be updated.
Domain types
Contributor Metrics
evaluations.contributor_metrics
Methods
List Contributor Metrics
Get Contributor Metrics
Domain types
Evaluation Metrics
evaluations.evaluation_metrics
Methods
Get Evaluation Metrics
Hybrid Eval Metrics
evaluations.hybrid_eval_metrics
Methods
Get Hybrid Evaluation Metrics
Tasks
evaluations.tasks
Methods
Update Evaluation Task
Test Case Results
evaluations.test_case_results
Methods
Description
Creates a batch of test case results
Details
This API can be used to create multiple test case results so users do not have to the incur the cost of repeated network calls. To use this API, pass in a list of test case results in the request body.
Description
Creates a test case result
Details
This API can be used to create a test case result. To use this API, review the request schema and pass in all fields that are required to create a test case result.
Description
Lists all test case results accessible to the user.
Details
This API can be used to list test case results. If a user has access to multiple accounts, all test case results from all accounts the user is associated with will be returned.
Description
Gets the details of a test case result
Details
This API can be used to get information about a single test case result by ID. To use this API, pass in the id that was returned from your Create Test Case Result API call as a path parameter.
Review the response schema to see the fields that will be returned.
Description
Updates a test case result
Details
This API can be used to update the test case result that matches the ID that was passed in as a path parameter. To use this API, pass in the id that was returned from your Create Test Case Result API call as a path parameter.
Review the request schema to see the fields that can be updated.
Domain types
evaluations.test_case_results.history
Methods
List Historical Test Case Results
Get Historical Test Case Result
Domain types