Skip to main content
POST
List LinkedIn Unibox Conversations

Authorizations

X-API-Key
string
header
required

Body

application/json
searchQuery
string | null

Search participant name, LinkedIn URL, company name, company domain, or latest-message preview.

linAccountId
string | null

Exact accessible LinkedIn sender account id. Omit for the caller's accessible sender scope.

tags
enum<string>[] | null

Filter by hot and/or nurture. Multiple values use OR semantics.

Available options:
hot,
nurture
unreadOnly
boolean | null

When true, return only unread conversations. Omit or use false for both read and unread conversations.

archived
boolean | null

When true, return archived conversations only; false returns non-archived only; omit for both.

fromUtc
string<date-time> | null

Inclusive lower latest-message timestamp in ISO 8601 UTC form with an explicit offset.

toUtc
string<date-time> | null

Inclusive upper latest-message timestamp in ISO 8601 UTC form with an explicit offset.

limit
integer | null

Maximum conversations to return. Defaults to 20 and is capped at 100.

cursor
string | null

Opaque nextCursor returned by a previous list_linkedin_unibox_conversations response.

Response

Tool result.