---
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.

## Changes

> 14 revisions in range; 1 could not be searched.

- **2019-02-22** `8e2f718635ef` — 4 info
  - added the non-success response with the status `412`
  - removed the non-success response with the status `100`
  - removed the non-success response with the status `545`
  - removed the non-success response with the status `546`
- **2018-09-18** `4df86fe63217` — 1 info
  - endpoint added
- **2018-01-17** `2209d99ea36e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openml/apis/openml-api/changes/evaluation/request/:evaluation_engine_id/:order/get.md)

---

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