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
22 lines
529 B
YAML
22 lines
529 B
YAML
tags:
|
|
- Reports
|
|
operationId: list-all-conversation-statistics
|
|
summary: Get Account reports
|
|
description: Get Account reports for a specific type, metric and date range
|
|
responses:
|
|
200:
|
|
description: Success
|
|
schema:
|
|
type: array
|
|
description: 'Array of date based conversation statistics'
|
|
items:
|
|
type: object
|
|
properties:
|
|
value:
|
|
type: string
|
|
timestamp:
|
|
type: number
|
|
404:
|
|
description: reports not found
|
|
403:
|
|
description: Access denied
|