Skip to main content
PUT
Set or clear a search's run cadence

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string<uuid>
required

Body

application/json

A search's run cadence; a null cadence returns it to manual runs.

at_minutes
integer | null
Required range: 0 <= x <= 1439
cadence
string | null
Maximum string length: 16
every_days
integer | null
Required range: 1 <= x <= 365
timezone
string | null
Maximum string length: 64

Response

Successful Response

The scheduled search, plus its next few firings for preview.

next_runs
string<date-time>[]
required
source
LeadSearchSourceResponseSchema · object
required

The persisted search behind a table, in the request's own shape.