Continue an incremental run from its last checkpoint. Only available for runs started with sync_mode="incremental".
Runs
Continue an incremental Run
Continue a previously completed incremental sync run to fetch only new data.
POST
Continue an incremental run from its last checkpoint. Only available for runs started with sync_mode="incremental".
uid is used for all the endpoints and Run manipulation.The id is an internal identifier returned to smooth and improve speed and accuracy if you have questions about your runs you will want
to submit to the team.Prerequisites
The run must meet these conditions to be continued:- The run was launched with
sync_mode: "incremental"in theparametersobject. - The run was executed with an Engagement Identity (
type: "engagement"). - The run status is one of:
BLOCKED,STOPPED,FAILED,PARTIAL_SUCCEEDED, orSUCCEEDED.
SCHEDULED.
Behavior
- Each continue call fetches up to
max_resultsnew items since the last retrieval. - Results are delivered via the same callback URL configured during the original run.
- The run retains its original
run_uidacross all continuations.
Supported Actions
| Action | Description |
|---|---|
linkedin-extract-connections | Extract LinkedIn connections |
linkedin-extract-messages | Extract LinkedIn messages |
linkedin-extract-profile-viewers | Extract profile viewers |
linkedin-extract-page-followers | Extract LinkedIn page followers |
For a full overview of incremental sync, see the Incremental Sync guide.
Authorizations
Path Parameters
Run UUID
Response
Returns the run
Returns the run
Run ID
Run UUID
User-defined label for the run
Maximum string length:
255Name of the linked scheduled run, if any
Maximum string length:
255Action ID
Action name
Retry count
Member/User UUID
Workspace UUID
Execution mode
Available options:
LIVE, ASYNC Last error message
Callback (only for async runs)
Run status
Available options:
CREATED, INVALID, QUEUED, SCHEDULED, BLOCKED, STOPPED, RUNNING, FAILED, PARTIAL_SUCCEEDED, SUCCEEDED Number of outputs generated by the run
If the run is scheduled, this field indicates the scheduled run UUID.
Started at
Finished at
Created at
Updated at

