cURL
curl --request GET \ --url https://api.retab.com/v1/projects/{project_id}/iterations/{iteration_id}
{ "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": {} }
Get a specific iteration by its ID.
Successful Response
The response is of type object.
object