Search types
Each saved search targets a single entity type, described by itssearchType:
COMPANY— returns companiesLEGAL_ENTITY— returns legal entitiesEMPLOYEES— returns contacts
searchType determines the shape of the items returned by the results endpoint.
Live execution
The results endpoint runs the saved search’s stored filters against the latest data every time it is called — results are never cached.Identifiers
Saved search IDs (savedSearchId) are obfuscated. You obtain them from the
overview endpoint.
Authorization
The Public API token is team-scoped. Every request only operates on saved searches that belong to your team; requesting one from another team returns404.