/agents/{id}/evaluate
Get Evaluation Metadata
Get an Evaluation
job’s status and results. There are six possible statuses: ‘pending’, ‘processing’, ‘retrying’, ‘completed’, ‘failed’, ‘cancelled’.
If the evaluation job has completed, you will see your evaluation metrics
, job_metadata
, and the dataset_name
where your eval metrics and row-by-row results are stored. You can use the /datasets/evaluate
API to view the specified dataset
.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of agent for which to retrieve evaluations
Evaluation job ID to retrieve status and results for
Response
200
application/json
Successful Response
Response from Get Evaluation Results request