Skip to main content
GET
List conversations

Authorizations

X-API-Key
string
header
required

API Key for authentication

Query Parameters

ownerId
string<uuid>
required

LinkedIn account owner whose inbox is being read. Often a managed account rather than the authenticated user — call user_list-shared first and pick the owner whose LinkedIn profile holds the conversations.

view
enum<string>
required

Required lowercase inbox view. Suggested is not accepted.

Available options:
unread,
all
campaignId
string<uuid>

Optional campaign filter.

prospectListId
string<uuid>

Optional Prospect List filter.

Optional case-insensitive prospect/conversation search text.

Minimum string length: 1
limit
integer
default:20

Number of records requested for this page.

Required range: 1 <= x <= 50
offset
integer
default:0

Offset from the start of the filtered result set.

Required range: 0 <= x <= 9007199254740991

Response

status
enum<string>
required

Response status

Available options:
success
data
object
required
message
string
required

Success message

Example:

"Operation completed successfully"