get https://api.indigitall.com/v1/chat/agent/conversations
Fetches a list of conversations for the specified agent within a given date range.
Requires an applicationId
as a query parameter. Optionally, date ranges can be
provided using dateFrom
and dateTo
in the yyyy-mm-dd
format. If dateFrom
and
dateTo
are not specified, the default date range will cover the last 30 days.
Note: The difference between dateFrom
and dateTo
must not exceed 30 days.
Important: You must specify either agentId
, email
, or contactId
, but only one of them.