Skip to main content
GET
Search conversations

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Query Parameters

Case-insensitive message-content search.

channel
string
direction
enum<string>
Available options:
inbound,
outbound
unanswered
boolean
default:false
workflow_id
string<uuid>
assigned_to
string<uuid>

Only conversations for leads currently owned by this team member.

unassigned_only
boolean
default:false

Only conversations for leads without a current owner. Cannot be combined with assigned_to.

date_from
string<date-time>
date_to
string<date-time>
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Messages, or unanswered leads when unanswered=true

success
boolean
required
messages
object[]

Present in normal search mode.

leads
object[]

Present when unanswered=true.

Last modified on August 24, 2026