cURL
curl --request GET \ --url https://api.primeintellect.ai/api/v1/evaluations/{evaluation_id}/samples \ --header 'Authorization: Bearer <token>'
{ "evaluation_id": "<string>", "samples": [ {} ], "total": 123, "page": 123, "limit": 123, "total_pages": 123 }
Get samples for a specific evaluation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 1000
Successful Response
Response for getting evaluation samples