GET evaluation history
This section describes how to use the GET
/evaluations/history
endpoints. Use these endpoints to retrieve evaluation history data:
/api/v1/evaluations/history/evaluation/{evaluation_guid} (GET)Retrieves all evaluation jobs run for the specified evaluation guid.
/api/v1/evaluations/history/job/{job_guid} (GET)Retrieves detailed information for a specific evaluation job guid.