Skip to main content
GET
Get conversation statistics grouped by agent

Authorizations

api_access_token
string
header
required

Token de usuario. Envía el valor en el header api_access_token. Lo obtienes en el perfil (GET /api/v1/profile) o al regenerarlo.

Path Parameters

account_id
integer
required

The numeric ID of the account

Query Parameters

since
string

The timestamp from where report should start (Unix timestamp).

until
string

The timestamp from where report should stop (Unix timestamp).

business_hours
boolean

Whether to calculate metrics using business hours only.

Response

Success

id
number

The agent (user) ID

conversations_count
number

Number of conversations assigned to the agent during the date range

resolved_conversations_count
number

Number of conversations resolved by the agent during the date range

avg_resolution_time
number | null

Average time (in seconds) to resolve conversations. Null if no data available.

avg_first_response_time
number | null

Average time (in seconds) for the first response. Null if no data available.

avg_reply_time
number | null

Average time (in seconds) between replies. Null if no data available.

Example: