---
title: "Get an unevaluated run"
method: GET
path: "/evaluation/request/{evaluation_engine_id}/{order}"
tags: ["evaluation"]
---

# Get an unevaluated run

`GET /evaluation/request/{evaluation_engine_id}/{order}`

This call is for people running their own evaluation engines. It returns the details of a run that is not yet evaluated by the given evaluation engine. It doesn't evaluate the run, it just returns the run info.

## Path parameters

- `evaluation_engine_id` string, required
- `order` string, required

## Query parameters

- `api_key` string

## Response `200`

A list of evaluations descriptions

- EvaluationRequest
  - `evaluation_request` EvaluationRequestEvaluationRequest
    - `run` EvaluationRequestEvaluationRequestRun
      - `run_id` string — ID of the run, a positive integer
      - `task_id` string — ID of the task, a positive integer
      - `setup_id` string — ID of the setup, a positive integer
      - `uploader` string — ID of the uploader, a positive integer
      - `upload_time` string — The datetime that the dataset was uploaded, format yyyy-MM-dd HH:mm:ss

## Other responses

- `412` — Precondition failed. An error code and message are returned. 100 - Function not valid. 545 - No unevaluated runs according to the criteria. 546 - Illegal filter.

---

[API](https://skmtc.net/openml/apis/openml-api.md) · [All operations](https://skmtc.net/openml/apis/openml-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openml/openml-api/revisions/263d3d6ee586/schema)
