GET
/
v1
/
projects
/
{project_id}
/
iterations
List Evaluation Iterations
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": {}
    }
  ]
}

Authorizations

Api-Key
string
header
required

Path Parameters

project_id
string
required

Query Parameters

model
string | null

Filter iterations by model name

Response

200
application/json

Successful Response

The response is of type object.