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

- `100` — Function not valid.
- `545` — No unevaluated runs according to the criteria.
- `546` — Illegal filter.

## Changes

- **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/4df86fe63217/schema)
