Returns

Returns a list of EvaluationTask objects for the given evaluation.

Example

evaluation_tasks = galtea.evaluation_tasks.list(evaluation_id="YOUR_EVALUATION_ID")

Parameters

evaluation_id
string
required

The ID of the evaluation for which you want to list tasks.

offset
int

The number of tasks to skip before starting to collect the result set.

limit
int

The maximum number of tasks to return.