cURL
curl --request GET \ --url https://api.retab.com/v1/projects/{project_id}/iterations
{ "data": [ { "id": "<string>", "inference_settings": { "model": "gpt-4.1-mini", "temperature": 0, "modality": "native", "reasoning_effort": "low", "image_resolution_dpi": 96, "browser_canvas": "A4", "n_consensus": 1 }, "json_schema": {}, "updated_at": "2023-11-07T05:31:56Z", "predictions": {} } ] }
List iterations for a specific evaluation.
Filter iterations by model name
Successful Response
The response is of type object.
object