---
title: "Get a list of runs for an evaluation."
method: GET
path: "/evals/{eval-id}/runs"
tags: ["Evaluation:"]
---

# Get a list of runs for an evaluation.

`GET /evals/{eval-id}/runs`

## Path parameters

- `eval-id` string, required

## Query parameters

- `after` string
- `limit` integer
- `order` 'asc' | 'desc'
- `status` 'queued' | 'in_progress' | 'completed' | 'canceled' | 'failed'
- `api-version` string, required

## Response `200`

A list of runs for the evaluation

---

[API](https://skmtc.net/azure/apis/cognitiveservices-azureopenai-authoring.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-azureopenai-authoring/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-azureopenai-authoring/versions/b177dc430e39/schema)
