cURL
curl --request GET \ --url https://beta.getplum.ai/v1/gather/{id} \ --header 'Authorization: <api-key>'
{ "eval_results_id": "<string>", "dataset_id": "<string>", "high_scoring_pairs": {}, "positively_critiqued_pairs": {}, "high_scoring_pair_count": 123, "positive_critique_count": 123, "system_prompt": "<string>" }
ID of the evaluation results to gather pairs from
Successfully gathered pairs from evaluation results
Show child attributes