Skip to main content
POST
Create Schedule

Headers

x-api-key
string | null

Body

application/json
workflow_id
string
required
name
string
required
Required string length: 1 - 120
cron_expression
string
required

Standard 5-field cron expression.

Minimum string length: 1
timezone
string
default:UTC

IANA timezone, e.g. America/Los_Angeles.

description
string | null
is_active
boolean
default:true

Response

Successful Response

id
string
required
workflow_id
string
required
name
string
required
cron_expression
string
required
timezone
string
required
is_active
boolean
required
created_at
string
required
updated_at
string
required
description
string | null
disabled_reason
string | null
created_by
string | null
api_key_id
integer | null
next_run_times
string[]