Read Evaluation
GET/evaluations/:evaluation_id
Retrieves the current state of an evaluation.
- If wait_for_completion == 0, returns current state immediately.
 - If wait_for_completion > 0, waits for completion/failure or timeout. Defaults to 60.
 
Notes: When wait_for_completion > 0:
- Returns final state if evaluation completes within timeout
 - Raises 504 if timeout is reached before completion
 
Request
Responses
- 200
 - 404
 - 422
 - 504
 
Evaluation details successfully retrieved.
Evaluation not found
Validation error in evaluation parameters
Timeout waiting for evaluation completion