Retrieve a specific evaluation by its ID.
Returns an Evaluation object for the given evaluation ID.
evaluation = galtea.evaluations.get(evaluation_id="YOUR_EVALUATION_ID")
The ID of the evaluation you want to retrieve.