---
title: "Population Eval Runs"
method: GET
path: "/admin/population-eval/runs"
tags: ["population-eval"]
---

# Population Eval Runs

`GET /admin/population-eval/runs`

## Response `200`

Successful Response

- PopulationEvalRunsResponse
  - `items` PopulationEvalRunListItem[]
    - `id` string, uuid, required
    - `population_id` string, uuid, required
    - `population_name` string, required
    - `question_set_id` string, uuid, required
    - `question_set_name` string, required
    - `status` string, required
    - `personas_total` integer, required
    - `personas_evaluated` integer, required
    - `personas_done` integer, required
    - `personas_skipped` integer, required
    - `summary` object
    - `started_at` string, nullable
    - `completed_at` string, nullable
    - `error` string, nullable

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
