Skip to main content
GET
Get labels for metric and label evaluations

Path Parameters

system_id
string
required
version_id
string
required

Query Parameters

type
enum<string>

Type of evaluation to filter by. Must be either 'label' or 'metric'.

Available options:
label,
metric
start_time
string<date-time>

Start time for the query in RFC3339 format. Defaults to 7 days ago if not specified.

q
string

Search query to filter evaluation names by.

max_results
integer<int32>

Maximum number of results to return.

Response

OK

data
object[] | null
required

Matching evaluation names.

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"/api/model-services/v1/aisystem/schemas/GetEvaluationNamesResponseBody.json"

Last modified on September 3, 2026