Return the 20 most-recent lead_searches rows owned by the authenticated user, newest first.
lead_searches rows owned by the authenticated user, newest first. Intended for UI history / agent memory — not for bulk iteration.
/api/leads/search with other verbs. See the sibling page for related operations on the same resource.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Up to 20 most-recent searches.
Most-recent 20 searches for the caller, newest first. No pagination — the list view is intended for a sidebar, not bulk iteration.