---
title: "List Team Evaluations"
method: GET
path: "/v1/evaluations/"
tags: ["Diamond", "evaluations"]
---

# List Team Evaluations

`GET /v1/evaluations/`

List all evaluations for the authenticated user's teams.

This endpoint lists all evaluations (running and completed) from the job repository.
For completed evaluations stored in S3, use GET /evaluations-results/ instead.

Args:
    claims: JWT claims with user and team info
    diamond_domain: Diamond domain orchestrator

Returns:
    Dict with "evaluations" key containing list of evaluation summaries

## Response `200`

Successful Response

- object

---

[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)
