Skip to main content
GET
List posts

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

profileId
string<uuid>
required

LinkedIn profile ID (UUID)

Query Parameters

startDate
string<date-time>

Filter posts published on or after this date

endDate
string<date-time>

Filter posts published on or before this date

limit
integer
default:20

Maximum number of posts to return (1-100)

Required range: 1 <= x <= 100
cursor
string

Pagination cursor from previous response

Response

List of LinkedIn posts with lead counts

posts
object[]
nextCursor
string | null

Cursor for fetching the next page

hasMore
boolean

Whether more posts are available