GetConversationsV2
Get a paginated collection of LinkedIn conversations. Get up to 100 lists per request.
### Body Parameters
- **filters**
- **linkedInAccountIds** (int\[\])**:** The ids of the LinkedIn senders
- **campaignIds** (int\[\])
- **searchString** (string, optional)
- **leadLinkedInId** (string, optional) - The LinkedIn ID of the lead. You can find this ID as "linkedin_id" in the response of many of our endpoints, for example in the '/api/public/lead/GetLead' endpoint.
- **leadProfileUrl** (string, optional) - The linkedin URL of the lead
- **searchString** (string, optional)
- **tags -** case-insensitive list of lead's tags. Only the conversations of the leads that have at least one of the tags will be exported.
- **seen (boolean. optional)**
Headers
X-API-KEY
API key header using this scheme. Example: “X-API-KEY: {API_KEY}”
Request
This endpoint expects an object.
filters
offset
limit
Response
OK
totalCount
items

