simpla.fydocs

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

GET
/sdr/sessions

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

Range1 <= value
limit?number

Items per page

Range1 <= value <= 100
dateFrom?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