Read-only

List Chats by Attendee

Return all one-to-one chats tied to a specific attendee ID, sourced from list_conversations. Supports a limit between 1 and 100 (default 20) plus cursor pagination for longer histories. The call fails if the attendee ID is invalid or not found, so you always work from a confirmed contact.

list_chats_by_attendeeGET/api/v1/attendees/{attendee_id}/chats
crispy — bash

Example prompt: Show me all the one-to-one chats I have with attendee att_abc123

[
  {
    "chat_id": "chat_9f2a",
    "last_message_at": "2026-06-14T08:31:00Z",
    "unread": false
  }
]
Permission scope
core
Access
Read-only
Category
Messaging

What you can build

See every separate thread you have ever opened with a single contact in one place
Reconnect a fragmented conversation history before sending a thoughtful follow-up
Audit how many touchpoints a relationship has accumulated across chats
Feed a contact's full chat list into your agent for relationship context

Parameters

Inputs accepted by list_chats_by_attendee.

NameTypeDescription
attendee_idstringattendee ID
limitnumberMax results (default 20)
cursorstringPagination cursor

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.