---
title: "Create Simple Queue"
method: POST
path: "/simple/queues/"
tags: ["Evaluations"]
---

# Create Simple Queue

`POST /simple/queues/`

## Request body

- SimpleQueueCreateRequest
  - `queue` SimpleQueueCreate, required
    - `flags` object, nullable
    - `tags` object, nullable
    - `meta` object, nullable
    - `name` string, nullable
    - `description` string, nullable
    - `status` 'pending' | 'queued' | 'running' | 'success' | 'failure' | 'errors' | 'cancelled'
    - `data` SimpleQueueData
      - `kind` 'queries' | 'testsets' | 'traces' | 'testcases'
      - `queries` string[], nullable
      - `testsets` string[], nullable
      - `evaluators` union
        - string[]
        - object
      - `repeats` integer, nullable
      - `assignments` array[], nullable
        - string[]
      - `step_keys` string[], nullable
      - `settings` SimpleQueueSettings
        - `batch_size` integer, nullable
        - `batch_offset` integer, nullable

## Response `200`

Successful Response

- SimpleQueueResponse
  - `count` integer
  - `queue` SimpleQueue
    - `flags` object, nullable
    - `tags` object, nullable
    - `meta` object, nullable
    - `name` string, nullable
    - `description` string, 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
    - `status` 'pending' | 'queued' | 'running' | 'success' | 'failure' | 'errors' | 'cancelled'
    - `data` SimpleQueueData
      - `kind` 'queries' | 'testsets' | 'traces' | 'testcases'
      - `queries` string[], nullable
      - `testsets` string[], nullable
      - `evaluators` union
        - string[]
        - object
      - `repeats` integer, nullable
      - `assignments` array[], nullable
        - string[]
      - `step_keys` string[], nullable
      - `settings` SimpleQueueSettings
        - `batch_size` integer, nullable
        - `batch_offset` integer, nullable
    - `run_id` string, uuid, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-25** `5a14788d939f` — 2 warning, 4 info
  - added the new `queries` enum value to the `queue/anyOf[subschema #1: SimpleQueue]/data/anyOf[subschema #1: SimpleQueueData]/kind/anyOf[subschema #1: SimpleQueueKind]/` response property for the response status `200`
  - added the new `testsets` enum value to the `queue/anyOf[subschema #1: SimpleQueue]/data/anyOf[subschema #1: SimpleQueueData]/kind/anyOf[subschema #1: SimpleQueueKind]/` response property for the response status `200`
  - added the new optional request property `queue/data/anyOf[subschema #1: SimpleQueueData]/step_keys`
  - added the new `queries` enum value to the request property `queue/data/anyOf[subschema #1: SimpleQueueData]/kind/anyOf[subschema #1: SimpleQueueKind]/`
  - …2 more
- **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
- …earlier changes not shown

[Full history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/simple/queues/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/139f8db295da/schema)
