Skip to main content
GET
Error

Authorizations

api-key
string
header
required

Headers

aoai-evals
enum<string>
required

Enables access to AOAI Evals, a preview feature. This feature requires the 'aoai-evals' header to be set to 'preview'.

Available options:
preview

Path Parameters

eval_id
string
required

Query Parameters

api-version
enum<string>
default:v1

The explicit Azure AI Foundry Models API version to use for this request. v1 if not otherwise specified.

Available options:
v1,
preview
after
string
limit
integer<int32>
default:20
order
enum<string>
default:asc
Available options:
asc,
desc
status
enum<string>
Available options:
queued,
in_progress,
completed,
canceled,
failed

Response

The request has succeeded.

An object representing a list of runs for an evaluation.

object
enum<string>
default:list
required

The type of this object. It is always set to "list".

Available options:
list
data
object[]
required

An array of eval run objects.

first_id
string
required

The identifier of the first eval run in the data array.

last_id
string
required

The identifier of the last eval run in the data array.

has_more
boolean
required

Indicates whether there are more evals available.