5e8fd689c9
This change allows the admin user to fetch conversation metrics for an account, agents, and filter conversation metrics for a specific agent. Fixes #4305
18 lines
441 B
YAML
18 lines
441 B
YAML
tags:
|
|
- Reports
|
|
operationId: get-agent-conversation-metrics
|
|
summary: Agent Conversation Metrics
|
|
description: Get conversation metrics for Agent
|
|
responses:
|
|
200:
|
|
description: Success
|
|
schema:
|
|
type: array
|
|
description: 'Array of agent based conversation metrics'
|
|
items:
|
|
$ref: '#/definitions/agent_conversation_metrics'
|
|
|
|
404:
|
|
description: reports not found
|
|
403:
|
|
description: Access denied
|