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

# Probe Evaluation Slice

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

## Path parameters

- `evaluation_id` string, uuid, required

## Request body

- ProbeSliceRequest
  - `scenario_ids` string[], nullable
  - `step_keys` string[], nullable
  - `repeat_idxs` integer[], nullable

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