Inbox
Get Conversation Messages
Retrieve messages from a specific conversation
GET
Returns messages for a specific conversation with pagination support using continuation tokens.Documentation Index
Fetch the complete documentation index at: https://docs.sendpilot.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Your API key
The conversation/chat ID to fetch messages from
The LinkedIn sender account ID that owns this conversation
Number of messages to return (max: 100)
Token for fetching the next page of messages. Returned in the previous response.
Response
The conversation ID
Array of message objects
Pagination metadata
The
accountId parameter is required to verify that the conversation belongs to a LinkedIn account in your workspace.Authorizations
API key for authentication
Path Parameters
The conversation/chat ID to fetch messages from
Query Parameters
The LinkedIn sender account ID that owns this conversation
Number of messages to return (max 100)
Required range:
1 <= x <= 100Token for fetching the next page of messages. Returned in the previous response.