---
title: "Get Revision Case Queue Setup"
method: GET
path: "/v2/agents/{agent_id}/revisions/{build_id}/case-queue-validation"
tags: ["Revision Integrations"]
---

# Get Revision Case Queue Setup

`GET /v2/agents/{agent_id}/revisions/{build_id}/case-queue-validation`

Check that this build's case-queue integration slots are wired up correctly. Returns, per case-queue-producer/consumer slot, how many queues are linked, plus whether your team owns any case queues. A slot with linked_queue_count of 0 is attached but points at no queue and will fail at runtime — link a queue with replaceRevisionIntegrationQueues before starting work.

## Path parameters

- `agent_id` string, uuid, required
- `build_id` string, uuid, required

## Response `200`

Default Response

- object
  - `configs` object[], required — Per-slot queue link summary for the build
    - `config_id` string, uuid, required — Integration slot (agent_integration_config) ID
    - `integration_type` string, required — Slug of the integration type (e.g. case-queue-producer)
    - `linked_queue_count` number, required — Number of queues currently linked to this slot
  - `has_available_queues` boolean, required — True if the current team owns at least one queue

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

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