Skip to main content
POST
Create Schedule

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
name
string
required
cron_expression
string
default:0 */4 * * *
instructions
string | null
enabled
boolean
default:true

Response

Created

id
string
required
workspace_id
string
required
cron_expression
string
required
enabled
boolean
required
last_run_at
string | null
required
next_run_at
string | null
required
instructions
string
required
last_run_status
string | null
required
created_at
string
required
updated_at
string
required
name
string
required
status
string
required