---
title: "Evaluator Run"
method: POST
path: "/evaluators/{evaluator_key}/run"
tags: ["Evaluators"]
---

# Evaluator Run

`POST /evaluators/{evaluator_key}/run`

Endpoint to evaluate LLM app run

Args:
    request (Request): The request object.
    evaluator_key (str): The key of the evaluator.
    payload (EvaluatorInputInterface): The payload containing the request data.

Returns:
    result: EvaluatorOutputInterface object containing the outputs.

## Path parameters

- `evaluator_key` string, required

## Request body

- EvaluatorInputInterface
  - `inputs` object
  - `settings` object, nullable
  - `credentials` object, nullable

## Response `200`

Successful Response

- EvaluatorOutputInterface
  - `outputs` object, required

## Other responses

- `422` — Validation Error

## Changes

- **2025-06-27** `e3e84db47198` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/evaluators/:evaluator_key/run/post.md)

---

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