Skip to main content
POST
/
api
/
v1
/
schedules
Error
A valid request URL is required to generate request examples
{
  "schedule_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Headers

X-Project-ID
string
required

Project ID

Body

application/json

Request to create a schedule

cron
string
required

Cron expression (e.g., "0 * * * *" for every hour)

key
string
required

Unique key for the schedule

timezone
string
required

Timezone (e.g., "America/New_York")

workflow_id
string
required

Workflow ID to schedule

Response

Schedule created

Response after creating a schedule

schedule_id
string
required

Created schedule ID