---
title: "Populate Evaluation Slice"
method: POST
path: "/simple/evaluations/{evaluation_id}/populate"
tags: ["Evaluations"]
---

# Populate Evaluation Slice

`POST /simple/evaluations/{evaluation_id}/populate`

## Path parameters

- `evaluation_id` string, uuid, required

## Request body

- PopulateSliceRequest
  - `results` EvaluationResultCreate[], required
    - `flags` object, nullable
    - `tags` object, nullable
    - `meta` object, nullable
    - `version` string
    - `hash_id` string, uuid, nullable
    - `trace_id` string, nullable
    - `testcase_id` string, uuid, nullable
    - `error` object, nullable
    - `status` 'pending' | 'queued' | 'running' | 'success' | 'failure' | 'errors' | 'cancelled'
    - `interval` integer, nullable
    - `timestamp` string, date-time, nullable
    - `repeat_idx` integer, nullable
    - `step_key` string, required
    - `scenario_id` string, uuid, required
    - `run_id` string, uuid, required

## Response `200`

Successful Response

- EvaluationResultsResponse
  - `count` integer
  - `results` EvaluationResult[]
    - `flags` object, nullable
    - `tags` object, nullable
    - `meta` object, nullable
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
    - `deleted_at` string, date-time, nullable
    - `created_by_id` string, uuid, nullable
    - `updated_by_id` string, uuid, nullable
    - `deleted_by_id` string, uuid, nullable
    - `id` string, uuid, nullable
    - `version` string, nullable
    - `hash_id` string, uuid, nullable
    - `trace_id` string, nullable
    - `testcase_id` string, uuid, nullable
    - `error` object, nullable
    - `status` 'pending' | 'queued' | 'running' | 'success' | 'failure' | 'errors' | 'cancelled'
    - `interval` integer, nullable
    - `timestamp` string, date-time, nullable
    - `repeat_idx` integer, nullable
    - `step_key` string, required
    - `scenario_id` string, uuid, required
    - `run_id` string, uuid, required

## Other responses

- `422` — Validation Error

---

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