---
title: "Get evaluation config"
method: GET
path: "/agents/{agent_id}/evaluation-config"
tags: ["Evaluations"]
---

# Get evaluation config

`GET /agents/{agent_id}/evaluation-config`

Retrieve the current evaluation configuration for an agent, including criteria, tags, data points, and sentiment settings.

## Path parameters

- `agent_id` string, required

## Response `200`

The agent's evaluation configuration.

- object
  - `config` EvaluationConfig
    - `agent_id` string
    - `enabled` boolean
    - `is_active` boolean
    - `model_name` string, nullable
    - `frequency` string, nullable
    - `language` string, nullable
    - `include_auto_tags` boolean
    - `interaction_types` string[]
    - `criteria` object[]
      - `id` string
      - `name` string
      - `prompt` string
      - `type` string
      - `priority` string
    - `tags` object[]
      - `name` string
      - `description` string
    - `data_points` object[]
      - `id` string
      - `name` string
      - `data_type` string
      - `description` string
    - `sentiment` object, nullable
      - `enabled` boolean
      - `affects_grade` boolean
      - `description` string
    - `updated_ts` string, nullable

## Other responses

- `401` — Unauthorized — missing or invalid credentials.
- `403` — Forbidden — insufficient permissions on this agent.

---

[API](https://skmtc.dev/gumloop/apis/public-api.md) · [All operations](https://skmtc.dev/gumloop/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gumloop/public-api/revisions/115f2d6ce387/schema)
