GoHighLevel Conversations API

Search Conversation

GET/conversations/search

GET /conversations/search Returns a list of all conversations matching the search criteria along with the sort and filter options selected It takes 21 query parameters, requires the conversations.readonly scope and authenticates with a sub-account (location) token.

Request and authentication

Method
GET
Full URL
https://services.leadconnectorhq.com/conversations/search
Scopes
conversations.readonly
Token type
Sub-account (location) token
Accepted auth
OAuth Access Token, Private Integration Token
API version header
Version: 2021-07-28
Schema verified
22 June 2026

Query parameters

Appended to the URL as a query string.

NameTypeDescription
locationIdrequiredstring

Example: ABCHkzuJQ8ZMd4Te84GK

contactIdstring

Example: 9VEmS0si86GW6gXWU89b

assignedTostring

Example: ABCHkzuJQ8ZMd4Te84GK,fGiae4CHkzoskh8thsik

followersstring

Example: ABCHkzuJQ8ZMd4Te84GK,fGiae4CHkzoskh8thsik

mentionsstring

Example: ABCHkzuJQ8ZMd4Te84GK,fGiae4CHkzoskh8thsik

querystring

Example: Search string

sortstring

One of: asc, desc

Example: asc

startAfterDateany

Example: 1600854

idstring

Example: ABCHkzuJQ8ZMd4Te84GK

limitnumber

Example: 20

lastMessageTypestring

One of: TYPE_CALL, TYPE_SMS, TYPE_RCS, TYPE_EMAIL, TYPE_SMS_REVIEW_REQUEST, TYPE_WEBCHAT, TYPE_SMS_NO_SHOW_REQUEST, TYPE_CAMPAIGN_SMS, TYPE_CAMPAIGN_CALL, TYPE_CAMPAIGN_EMAIL, TYPE_CAMPAIGN_VOICEMAIL, TYPE_FACEBOOK, TYPE_CAMPAIGN_FACEBOOK, TYPE_CAMPAIGN_MANUAL_CALL, TYPE_CAMPAIGN_MANUAL_SMS, TYPE_GMB, TYPE_CAMPAIGN_GMB, TYPE_REVIEW, TYPE_INSTAGRAM, TYPE_WHATSAPP

Example: TYPE_SMS

lastMessageActionstring

One of: automated, manual

Example: manual

lastMessageDirectionstring

One of: inbound, outbound

Example: inbound

statusstring

One of: all, read, unread, starred, recents

Example: all

sortBystring

One of: last_manual_message_date, last_message_date, score_profile, overdue_at, due_at

Example: last_message_date

sortScoreProfilestring

Example: ABCHkzuJQ8ZMd4Te84GK

scoreProfilestring

Example: ABCHkzuJQ8ZMd4Te84GK

scoreProfileMinnumber

Example: ABCHkzuJQ8ZMd4Te84GK

scoreProfileMaxnumber

Example: ABCHkzuJQ8ZMd4Te84GK

startDatenumber

Example: 1640995200000

endDatenumber

Example: 1672531199000

Response fields

Top-level fields returned on a successful call.

NameTypeDescription
conversationsrequiredarray

The list of all conversations found for the given query

totalrequirednumber

Total Number of results found for the given query

Example: 100

Example request

Copy-paste ready. Swap YOUR_TOKEN for your access token or Private Integration Token.

curl -X GET 'https://services.leadconnectorhq.com/conversations/search' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'Version: 2021-07-28'

Skip the schema lookup

Hylo gives your AI agent this schema — and the other 52 documented here — without you looking anything up. Ask in plain English; it picks the endpoint, fills the body, and can run the call against your own sub-account.

More conversations endpoints