---
title: "Get Evaluation Logs"
method: GET
path: "/v1/evaluations/{evaluation_id}/logs"
tags: ["Diamond", "evaluations"]
---

# Get Evaluation Logs

`GET /v1/evaluations/{evaluation_id}/logs`

Get evaluation job logs from Kubernetes.

Args:
    evaluation_id: UUID of the evaluation
    claims: JWT claims with user and team info
    diamond_domain: Diamond domain orchestrator

Returns:
    Job logs as dict with "logs" key

Raises:
    HTTPException: 404 if logs not available

## Path parameters

- `evaluation_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/vijilai/apis/vijil-console-api-combined.md) · [All operations](https://skmtc.net/vijilai/apis/vijil-console-api-combined/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vijilai/vijil-console-api-combined/versions/a8b2ee2b2d06/schema)
