Skip to main content
GET
Get resolution analytics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

agentId
string
required

The ID of the agent/chatbot

Example:

"clx1234567890abcdef"

startDate
string<date>
required

Start of the range. YYYY-MM-DD is the start of that day in timezone; an ISO 8601 date-time with offset is used as-is.

Example:

"2024-01-01"

endDate
string<date>
required

End of the range, inclusive. YYYY-MM-DD covers the whole day in timezone (through 23:59:59.999); an ISO 8601 date-time with offset is used as-is.

Example:

"2024-01-31"

timezone
string

Timezone for date calculations (defaults to system timezone)

Example:

"America/New_York"

Response

Successfully retrieved resolution analytics data

status
string
Example:

"success"

data
object