---
title: "List Criterions"
method: GET
path: "/evals/criterions"
tags: ["EVALS"]
---

# List Criterions

`GET /evals/criterions`

List criterions filtered by tenant.

## Response `200`

Successful Response

- CriterionResponse[]
  - `id` string, required
  - `name` string, required
  - `description` string, required
  - `created_at` string, required
  - `updated_at` string, required
  - `created_by` string, nullable
  - `updated_by` string, nullable
  - `tenant` string

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
