Seguros APIseguros-api reference
List SDR agent sessions from Evolution API
Returns paginated list of WhatsApp chats from Evolution API instances with phone number extraction and last message details
Returns paginated list of WhatsApp chats from Evolution API instances with phone number extraction and last message details
x-api-key<token>
In: header
Query Parameters
page?number
Page number
Range
1 <= valuelimit?number
Items per page
Range
1 <= value <= 100dateFrom?string
Start date filter (ISO 8601)
dateTo?string
End date filter (ISO 8601)
instance?string
Filter by Evolution API instance name
Response Body
application/json
curl -X GET "https://example.com/sdr/sessions"{
"data": [
[]
],
"total": 50,
"page": 1,
"limit": 20,
"hasMore": true
}Empty
Empty