---
title: "Create Queues"
method: POST
path: "/evaluations/queues/"
tags: ["Evaluations"]
---

# Create Queues

`POST /evaluations/queues/`

## Request body

- EvaluationQueuesCreateRequest
  - `queues` EvaluationQueueCreate[], required
    - `flags` EvaluationQueueFlags
      - `is_sequential` boolean
      - `is_default` boolean
    - `tags` object, nullable
    - `meta` object, nullable
    - `name` string, nullable
    - `description` string, nullable
    - `version` string
    - `status` 'pending' | 'queued' | 'running' | 'success' | 'failure' | 'errors' | 'cancelled'
    - `data` EvaluationQueueData
      - `user_ids` array[], nullable
        - string[]
      - `scenario_ids` string[], nullable
      - `step_keys` string[], nullable
      - `batch_size` integer, nullable
      - `batch_offset` integer, nullable
    - `run_id` string, uuid, required

## Response `200`

Successful Response

- EvaluationQueuesResponse
  - `count` integer
  - `queues` EvaluationQueue[]
    - `flags` EvaluationQueueFlags
      - `is_sequential` boolean
      - `is_default` boolean
    - `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
    - `version` string, nullable
    - `status` 'pending' | 'queued' | 'running' | 'success' | 'failure' | 'errors' | 'cancelled'
    - `data` EvaluationQueueData
      - `user_ids` array[], nullable
        - string[]
      - `scenario_ids` string[], nullable
      - `step_keys` string[], nullable
      - `batch_size` integer, nullable
      - `batch_offset` integer, nullable
    - `run_id` string, uuid, required

## Other responses

- `422` — Validation Error

## Changes

> 359 revisions in range; 4 could not be searched.

- **2026-07-25** `5a14788d939f` — 2 info
  - added the new optional request property `queues/items/flags/anyOf[subschema #1: EvaluationQueueFlags]/is_default`
  - added the optional property `queues/items/flags/anyOf[subschema #1: EvaluationQueueFlags]/is_default` to the response with the `200` status
- **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-05-08** `5e6f53ce5d08` — 1 info
  - api operation id `create_queues_evaluations_queues__post` removed and replaced with `create_queues`
- **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-03-04** `c8917fecb5bf` — 5 info
  - added the new optional request property `queues/items/data/anyOf[subschema #1: EvaluationQueueData]/batch_offset`
  - added the new optional request property `queues/items/data/anyOf[subschema #1: EvaluationQueueData]/batch_size`
  - the `status` request property default value `pending` was added
  - added the optional property `queues/items/data/anyOf[subschema #1: EvaluationQueueData]/batch_offset` to the response with the `200` status
  - …1 more

[Full history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/evaluations/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/713e4f3b7519/schema)
