List saved lead searches for the company, newest first.
Result rows are omitted here — the listing carries the label, result count and cost so a history panel can render without pulling every stored row. Fetch a single search by id to get its results back.
Filter by source (“sales_navigator” or “enrichment”) to show one surface’s
history.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Query Parameters
Only return searches from this surface. One of: sales_navigator, enrichment. Omit for all.
sales_navigator, enrichment Page number (default: 1)
Items per page (default: 20, max: 100)
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.

