---
title: "List all evaluations"
method: GET
path: "/openai/evals"
tags: ["Evals"]
---

# List all evaluations

`GET /openai/evals`

List evaluations for a project.

## Query parameters

- `api-version` string, required
- `after` string
- `limit` integer
- `order` 'asc' | 'desc'
- `order_by` 'created_at' | 'updated_at'

## Response `200`

The request has succeeded.

- object — The response data for a requested list of items.
  - `data` Eval[], required — The requested list of items.
    - `object` 'eval', required — The object type.
    - `id` string, required — Unique identifier for the evaluation.
    - `name` string, required — The name of the evaluation.
    - `data_source_config` unknown, required
    - `testing_criteria` unknown[], required — A list of testing criteria.
      - unknown
    - `created_at` integer, required — The Unix timestamp (in seconds) for when the eval was created.
    - `metadata` OpenAIMetadata, required — Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
    - `modified_at` integer
    - `created_by` string — the name of the person who created the run.
    - `properties` object — Set of immutable 16 key-value pairs that can be attached to an object for storing additional information. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
  - `first_id` string — The first ID represented in this list.
  - `last_id` string — The last ID represented in this list.
  - `has_more` boolean, required — A value indicating whether there are additional values available not captured in this list.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/ai-azure-ai-projects.md) · [All operations](https://skmtc.net/azure/apis/ai-azure-ai-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/ai-azure-ai-projects/revisions/b52c14a89ea1/schema)
