Get a LinkedIn activity by id.
GET /v2/linkedin/activities/{activityId}
x-api-key* string header
API key (`sfk_...`)
activityId* string required path
LinkedIn activity ID.
Response fields 106 Expand all Collapse all Collapse all Requested activity when observed.
data . activity . post . header
string nullable
Activity header when observed.
data . activity . post . text
string nullable
Activity body text when observed.
data . activity . post . textAttributes array nullable
Entity annotations in the activity text when observed.
data . activity . post . textAttributes [] . length
number nullable
Attributed text length when observed.
data . activity . post . textAttributes [] . text
string nullable
Attributed text when observed.
data . activity . post . textAttributes [] . type
string nullable
Attribute type when observed.
data . activity . post . textAttributes [] . entityId
string nullable
Referenced entity identifier when observed.
data . activity . post . url
string nullable
Activity permalink when observed.
data . activity . post . entityId
string nullable
Activity entity identifier when observed.
data . activity . post . author object nullable
Activity author when observed.
data . activity . post . author . name
string nullable
Actor display name when observed.
data . activity . post . author . headline
string nullable
Actor headline when observed.
data . activity . post . author . entityId
string nullable
Actor entity identifier when observed.
data . activity . post . author . id
string nullable
Actor numeric or source identifier when observed.
data . activity . post . author . url
string nullable
Actor LinkedIn URL when observed.
data . activity . post . author . profilePictureUrl
string nullable
Actor profile picture URL when observed.
data . activity . post . author . type
string nullable
Actor source type when observed.
data . activity . post . postedAt object nullable
Activity publication time when observed.
data . activity . post . postedAt . timestamp
number nullable
Source timestamp in milliseconds when observed.
data . activity . post . postedAt . fullDate
string nullable
Formatted source date when observed.
data . activity . post . postedAt . relativeDay
string nullable
Relative source date label when observed.
data . activity . post . edited
boolean nullable
Whether the activity was edited when observed.
data . activity . post . engagements object nullable
Activity engagement totals when observed.
data . activity . post . engagements . totalReactions
number nullable
Total reaction count when observed.
data . activity . post . engagements . commentsCount
number nullable
Comment count when observed.
data . activity . post . engagements . repostsCount
number nullable
Repost count when observed.
data . activity . post . engagements . reactions array nullable
Reaction-count breakdown when observed.
data . activity . post . engagements . reactions [] . reactionType
string nullable
Reaction type when observed.
data . activity . post . engagements . reactions [] . reactionCount
number nullable
Count for this reaction type when observed.
data . activity . post . mediaContent array nullable
All activity media items in source order when observed.
data . activity . post . mediaContent [] . type
string nullable
Media type when observed, including image, video, article, or document.
data . activity . post . mediaContent [] . url
string nullable
Media destination or asset URL when observed.
data . activity . post . resharedPostContent object nullable
data . activity . post . resharedPostContent . header
string nullable
Activity header when observed.
data . activity . post . resharedPostContent . text
string nullable
Activity body text when observed.
data . activity . post . resharedPostContent . textAttributes array nullable
Entity annotations in the activity text when observed.
data . activity . post . resharedPostContent . textAttributes [] . length
number nullable
Attributed text length when observed.
data . activity . post . resharedPostContent . textAttributes [] . text
string nullable
Attributed text when observed.
data . activity . post . resharedPostContent . textAttributes [] . type
string nullable
Attribute type when observed.
data . activity . post . resharedPostContent . textAttributes [] . entityId
string nullable
Referenced entity identifier when observed.
data . activity . post . resharedPostContent . url
string nullable
Activity permalink when observed.
data . activity . post . resharedPostContent . entityId
string nullable
Activity entity identifier when observed.
data . activity . post . resharedPostContent . author object nullable
Activity author when observed.
data . activity . post . resharedPostContent . author . name
string nullable
Actor display name when observed.
data . activity . post . resharedPostContent . author . headline
string nullable
Actor headline when observed.
data . activity . post . resharedPostContent . author . entityId
string nullable
Actor entity identifier when observed.
data . activity . post . resharedPostContent . author . id
string nullable
Actor numeric or source identifier when observed.
data . activity . post . resharedPostContent . author . url
string nullable
Actor LinkedIn URL when observed.
data . activity . post . resharedPostContent . author . profilePictureUrl
string nullable
Actor profile picture URL when observed.
data . activity . post . resharedPostContent . author . type
string nullable
Actor source type when observed.
data . activity . post . resharedPostContent . postedAt object nullable
Activity publication time when observed.
data . activity . post . resharedPostContent . postedAt . timestamp
number nullable
Source timestamp in milliseconds when observed.
data . activity . post . resharedPostContent . postedAt . fullDate
string nullable
Formatted source date when observed.
data . activity . post . resharedPostContent . postedAt . relativeDay
string nullable
Relative source date label when observed.
data . activity . post . resharedPostContent . edited
boolean nullable
Whether the activity was edited when observed.
data . activity . post . resharedPostContent . engagements object nullable
Activity engagement totals when observed.
data . activity . post . resharedPostContent . engagements . totalReactions
number nullable
Total reaction count when observed.
data . activity . post . resharedPostContent . engagements . commentsCount
number nullable
Comment count when observed.
data . activity . post . resharedPostContent . engagements . repostsCount
number nullable
Repost count when observed.
data . activity . post . resharedPostContent . engagements . reactions array nullable
Reaction-count breakdown when observed.
data . activity . post . resharedPostContent . engagements . reactions [] . reactionType
string nullable
Reaction type when observed.
data . activity . post . resharedPostContent . engagements . reactions [] . reactionCount
number nullable
Count for this reaction type when observed.
data . activity . post . resharedPostContent . mediaContent array nullable
All activity media items in source order when observed.
data . activity . post . resharedPostContent . mediaContent [] . type
string nullable
Media type when observed, including image, video, article, or document.
data . activity . post . resharedPostContent . mediaContent [] . url
string nullable
Media destination or asset URL when observed.
data . activity . post . resharedPostContent . resharedPostContent
Comments returned with activity details when observed.
data . activity . comments [] . author object nullable
Comment author when observed.
data . activity . comments [] . author . name
string nullable
Actor display name when observed.
data . activity . comments [] . author . headline
string nullable
Actor headline when observed.
data . activity . comments [] . author . entityId
string nullable
Actor entity identifier when observed.
data . activity . comments [] . author . id
string nullable
Actor numeric or source identifier when observed.
data . activity . comments [] . author . url
string nullable
Actor LinkedIn URL when observed.
data . activity . comments [] . author . profilePictureUrl
string nullable
Actor profile picture URL when observed.
data . activity . comments [] . author . type
string nullable
Actor source type when observed.
data . activity . comments [] . comment
string nullable
Comment text when observed.
data . activity . comments [] . createdAt
number nullable
Comment creation timestamp when observed.
data . activity . comments [] . permalink
string nullable
Comment permalink when observed.
data . activity . comments [] . edited
boolean nullable
Whether the comment was edited when observed.
data . activity . comments [] . engagements object nullable
Comment engagement totals when observed.
data . activity . comments [] . engagements . totalReactions
number nullable
Total reaction count when observed.
data . activity . comments [] . engagements . commentsCount
number nullable
Comment count when observed.
data . activity . comments [] . engagements . repostsCount
number nullable
Repost count when observed.
data . activity . comments [] . engagements . reactions array nullable
Reaction-count breakdown when observed.
data . activity . comments [] . engagements . reactions [] . reactionType
string nullable
Reaction type when observed.
data . activity . comments [] . engagements . reactions [] . reactionCount
number nullable
Count for this reaction type when observed.
one of: cursor, offset, page
data . page . nextCursor
string nullable
data . page . hasMore
boolean nullable
Null when continuation is unknown for this page.
data . page . start
integer nullable
data . page . page
integer nullable
data . page . count
integer nullable
data . page . returnedCount
integer
data . page . total
integer nullable
data . page . totalPages
integer nullable
data . reportedTotal
number nullable
Total reported for this page of results; not a guarantee of globally retrievable matches.
Metadata about the API response.
Unique request identifier for tracing this API call.
meta . creditsCharged
integer
Credits charged for this request.
Public API version that served the response.