Skip to main content
GET
/
v2
/
agents
/
{agent_id}
/
case-triggers
/
conflict-preview
Preview Agent Case Trigger Conflicts
curl --request GET \
  --url https://api.duvo.ai/v2/agents/{agent_id}/case-triggers/conflict-preview \
  --header 'Authorization: Bearer <token>'
{
  "has_conflict": true,
  "conflicting_agents": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required

The agent's unique identifier

Query Parameters

case_queue_id
string<uuid>
required

The case queue to check for conflicts against

Response

Default Response

has_conflict
boolean
required
conflicting_agents
object[]
required