Skip to main content
POST
Create a tracker

Authorizations

Authorization
string
header
required

Send your workspace API key as a bearer token:

Keys are scoped to a single workspace. See Authentication.

Body

application/json
name
string
required
source
object
required

What to re-check — a saved list, or a saved search re-run each time.

schedule
enum<string>
required
Available options:
hourly,
daily,
weekly
conditions
object[]

Any condition matching fires the tracker. Omit to fire on every run.

webhook_id
string

Response

The created tracker.

id
string
Example:

"trk_01k3m9x7v2q8r4t6y0b1n5d7fa"

object
string
Allowed value: "tracker"
name
string
schedule
enum<string>
Available options:
hourly,
daily,
weekly
enabled
boolean
conditions
object[]
webhook_id
string | null
last_run_at
string<date-time> | null
next_run_at
string<date-time> | null
created_at
string<date-time>