Get recent LinkedIn changes
linkedin_get_recent_changesRetrieve recent LinkedIn profile changes and new connections from the past 28 days. Poll incrementally by passing the previous response's timestamp to get only new updates.
Instructions
Get the user's LinkedIn data changes from the past 28 days (profile edits, new connections, etc.). Poll incrementally by passing the previous response's nextStartTime. If empty, run linkedin_check_access to verify consent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Events per page (1–50). | |
| maxPages | No | Max pages of results to fetch (1–25). Each page holds ~10 records. Lower this to keep responses small. | |
| startTime | No | Only return changes at or after this Unix timestamp in milliseconds. Omit for the most recent changes. For polling, pass the previous response's nextStartTime. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Recent change events on the member's LinkedIn data. | |
| pageCount | Yes | Pages fetched. | |
| truncated | Yes | True if more results exist beyond the page limit. | |
| apiVersion | Yes | LinkedIn API version used for the request. | |
| nextStartTime | No | Pass this back as startTime on the next call to continue polling without duplicates. |