Get investor saved search
Returns count-level details for a saved investor search: its name, query ID, and the total number of investors matched.
What you need
An investor saved-search ID shared with the API; get one from Get all saved searches.
Behaviour
- Returns metadata and counts only (no per-investor records); fetch the investors with Get investor saved search results.
- The saved search must be shared with the API (via “Share to API”) or be a global search curated by Specter.
- Must be an investor search, otherwise
400withNOT_SUPPORTED_PRODUCT. full_countmay benullwhile the total count is still being computed.searchIdmust be numeric; a non-numeric value returns404.
What you do next
- Pull the records. Fetch matches with Get investor saved search results.
Authorizations
Path Parameters
The ID of the saved search being requested.
Response
The details of an investor saved search.
The search id for the saved search, this should be used to query for results for the saved search.
41853
Name of the saved search.
"Raised New Fund"
The query id that this saved search is related to, this can be used to query for the search in the address bar. , e.g. https://app.tryspecter.com/signals/investor/feed?queryId=10.
8612
The total number of investors that are returned by this saved search.
1291
The product type the saved search applies to. Always investors for this endpoint - searches of a different product type return 400 NOT_SUPPORTED_PRODUCT.
investors "investors"
true when the saved search is a global search curated by Specter and available to all users. false for searches owned by your organization.
false