Blueticks
Chats

List chats

List the chats (conversations) the connected WhatsApp engine sees, most-recent first.

Offset-paginated via limit + skip, with an optional case-insensitive substring search on the chat name via searchToken and a filter to restrict to one chat kind. Requires chats:read.

Request

curl -X GET "https://api.blueticks.co/v1/chats"
GET
/v1/chats

Query Parameters

searchToken?string

Search token; when set, only items whose name matches are returned.

Lengthlength <= 200
filter?string

Restrict to one chat kind.

Value in"groups" | "contacts" | "newsletters"
kinds?array<>

Keep only these chat kinds (INCLUDE semantics). Comma-separated or repeated.

Items1 <= items
since?string

Keep only chats whose last message is at/after this ISO 8601 instant (offset allowed; approximate — see sinceApplied).

Formatdate-time
includeLastMessage?boolean

Include the last message snippet on each chat row.

includeExtendedInfo?boolean

Include extended chat metadata (engine-side opt-in).

includeWithoutName?boolean

Include chats with no resolved name (default: skipped).

includeArchive?boolean

Include archived chats (default false → archived excluded).

skip?integer

Number of items to skip before the page (default 0).

Default0
Range0 <= value
limit?integer

Page size (1-200, default 50).

Default50
Range1 <= value <= 200

Response

Response Body

application/json

application/json