/
SI
sixtyfour
/
Sixtyfour API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Account
1
Enrichment
26
Intelligence
2
Search
12
Workflow
11
Workflow Schedules
5
get
List Schedules
post
Create Schedule
get
Get Schedule
delete
Delete Schedule
patch
Update Schedule
Workflow Schedules
Get Schedule
Get a schedule.
get
/schedules/{schedule_id}
Path parameters
schedule_id
string
required
Headers
x-api-key
string
nullable
Response
Successful Response
ScheduleResponse
required
id
string
required
workflow_id
string
required
name
string
required
description
string
nullable
cron_expression
string
required
timezone
string
required
is_active
boolean
required
disabled_reason
string
nullable
created_by
string
nullable
api_key_id
integer
nullable
next_run_times
string[]
created_at
string
required
updated_at
string
required
Changes