Skip to main content
POST
Bulk Reprocess Cases

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

queue_id
string<uuid>
required

The queue's unique identifier

Body

application/json
case_ids
string<uuid>[]

Explicit case IDs to act on (1-100). Provide this or set all_matching.

Required array length: 1 - 100 elements
all_matching
boolean

When true, act on every case matching the provided filters/search instead of an explicit id list.

filters
object

Filters selecting the cases when all_matching is true.

Free-text search selecting the cases when all_matching is true.

agent_id
string<uuid>

The agent that should run on the selected cases. Must be a consumer of this queue.

Response

Default Response

reprocessedCount
number
required
skippedCount
number
required
delegatedCount
number
deprecated

Deprecated alias of reprocessedCount, kept for clients redirected from bulk-delegate. Removed on 2026-06-10.

retriedCount
number
deprecated

Deprecated alias of reprocessedCount, kept for clients redirected from bulk-retry. Removed on 2026-06-10.