---
title: "Add Simple Queue Testcases"
method: POST
path: "/simple/queues/{queue_id}/testcases/"
tags: ["Evaluations"]
---

# Add Simple Queue Testcases

`POST /simple/queues/{queue_id}/testcases/`

## Path parameters

- `queue_id` string, uuid, required

## Request body

- SimpleQueueTestcasesCreateRequest
  - `testcase_ids` string[], required

## Response `200`

Successful Response

- SimpleQueueIdResponse
  - `count` integer
  - `queue_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-19** `a7f9a6823230` — 2 warning
  - removed the optional property `support_id` from the response with the `200` status
  - removed the optional property `support_ts` from the response with the `200` status
- **2026-04-23** `925e8b901a26` — 2 info
  - added the optional property `support_id` to the response with the `200` status
  - added the optional property `support_ts` to the response with the `200` status
- **2026-04-18** `c469c2f6cdba` — 1 info
  - endpoint added
- **2025-06-27** `e3e84db47198` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/simple/queues/:queue_id/testcases/post.md)

---

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