Skip to main content
POST
Save a search

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Display name

Required string length: 1 - 255
Example:

"US fintech VPs"

search_filters
object
required

Search filters to find leads.

Response

Default Response

id
string<uuid>
required

Saved search ID

Example:

"01a03ad3-2558-71f7-8a24-75c3baa3c5c2"

name
string
required

Display name

Example:

"US fintech VPs"

search_filters
object
required

SuperSearch filters in the same shape the count, preview and enrich endpoints accept. Domain and job-listing exclusions saved in the app are not representable in this shape and are omitted.

Example:
organization_id
string<uuid>
required

Workspace that owns the saved search

Example:

"01a03ad3-2558-71f7-8a24-75c3baa3c5c2"

timestamp_created
string<date-time>

When the search was saved

Example:

"2026-08-25T21:28:31.320Z"