Skip to main content
POST
Record a saved search being loaded

Authorizations

Authorization
string
header
required

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

Path Parameters

saved_search_id
string<uuid>
required

Response

Successful Response

A saved search, in the request's own shape for lossless rehydration.

created_at
string<date-time>
required
created_by_user_id
string
required
description
string | null
required
id
string<uuid>
required
last_used_at
string<date-time>
required
name
string
required
query
Query · object
required
record_type
enum<string>
required

Which side of the lead database a search runs against.

Available options:
people,
companies
row_limit
integer | null
required