Import a saved search's results into a smart list — free.
Works for any saved search, whichever surface produced it (a Sales Navigator search or an enrichment lookup). The results were stored when the search ran and were paid for then, so this reuses them and charges nothing rather than asking the vendor for the same leads twice.
People already on the list are matched on linkedinUrl and enriched in place — only their empty fields are filled — so importing the same search twice does not create duplicates. Missing columns are created automatically.
Pass rowIndexes to import only some of the results (0-based, indexing into
the search’s stored results); omit it to import all of them.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Path Parameters
Body
Where to import the saved search results
Request body for importing a saved lead search into a smart list. Works for any saved search, whichever surface produced it (Sales Navigator or enrichment). The results were paid for when the search ran, so this reuses them and charges nothing. People already on the list — matched on linkedinUrl — are enriched in place rather than duplicated, and missing columns are created automatically.
Smart list ID (UUID) to import the results into.
Optional 0-based indexes into the search's stored results, to import only some of them. Omit to import every stored result.
Company ID that owns the list. Required when authenticating with a personal access key (pak_…) — the key is not tied to a specific company so the server cannot infer it. Required when authenticating with a company API key only if the key belongs to a user who has access to multiple companies; otherwise it defaults to the key's company. Optional for JWT (dashboard) auth — defaults to the user's active company.
Response
The leads imported into the list
Outcome of importing a saved lead search into a smart list
Always "ok" for a successful import.
Stored results selected for import.
Rows inserted or enriched in place on the list.
Results that could not be written to the list.
The saved search that was imported.
Which surface produced the search. One of: sales_navigator, enrichment.

