v9
OpenAPI 3.1.02026-08-0352108381.8 KBSaved Searches
List All Saved Searches
Retrieve all active saved searches for the current user including search filters, type, and creation date. Archived saved searches are excluded. Filter by user IDs or search type and sort by name, created, or updated date.
get/v0/saved_searches
Query parameters
user_idsinteger[]
Get saved searches from users with these IDs. The IDs must be from people in the current users' team.
Get saved searches from users with these IDs. The IDs must be from people in the current users' team.
typesSavedSearchType[] nullable
Filter by type of search
Filter by type of search
order_by'name' | 'created_at' | 'updated_at'
Order by field
Order by field
order_direction'asc' | 'desc'
Order direction
Order direction
Response
Successful Response
Example response
[
{
"body": {
"company_name_or": [],
"company_name_case_insensitive_or": [],
"company_id_or": [],
"company_id_not": [],
"company_domain_or": [],
"company_domain_not": [],
"company_name_not": [],
"company_name_partial_match_or": [],
"company_name_partial_match_not": [],
"company_linkedin_url_or": [],
"property_exists_or": [],
"property_exists_and": [],
"limit": 25,
"job_filters": {
"job_title_or": [],
"job_title_not": [],
"job_title_pattern_and": [],
"job_title_pattern_or": [],
"job_title_pattern_not": [],
"job_country_code_or": [],
"job_country_code_not": [],
"job_description_pattern_or": [],
"job_description_pattern_not": [],
"job_description_pattern_and": [],
"job_description_contains_or": [],
"job_description_contains_not": [],
"job_description_pattern_case_sensitive_or": [],
"job_id_or": [],
"job_id_not": [],
"job_seniority_or": [],
"job_location_pattern_or": [],
"job_location_pattern_not": [],
"job_location_or": [],
"job_location_not": [],
"url_domain_or": [],
"url_domain_not": [],
"employment_statuses_or": [],
"property_exists_or": [],
"property_exists_and": []
}
}
}
]