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

# Process Evaluation Slice

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

## Path parameters

- `evaluation_id` string, uuid, required

## Request body

- ProcessSliceRequest
  - `scenario_ids` string[], nullable
  - `step_keys` string[], nullable
  - `repeat_idxs` integer[], nullable
  - `overwrite` boolean

## Response `202`

Accepted.

- unknown

## 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/versions/d43a05d98a9b/schema)
