---
title: "List Evaluations"
method: GET
path: "/conversations/{id}/evals"
tags: ["conversations"]
---

# List Evaluations

`GET /conversations/{id}/evals`

Returns all evaluations for a conversation.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success response

- ConversationsListEvaluationsResponse200
  - `evals` ConversationEvaluationResult[], required
    - `id` string, required — The evaluation ID.
    - `result` 'successful' | 'unsuccessful' | 'undecided' | 'error', required — The evaluation result.
    - `prompt` ConversationEvaluationResultPrompt, required — The evaluation prompt information.
      - `id` string, required
      - `name` string, required
    - `created_at` string, date-time, required — When the evaluation was created.

## Other responses

- `401` — Unauthorized (authentication missing or invalid)
- `403` — Unauthorized
- `404` — Conversation not found
- `500` — Internal server error

---

[API](https://skmtc.net/phonic/apis/api-reference.md) · [All operations](https://skmtc.net/phonic/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phonic/api-reference/revisions/dd8166a70626/schema)
