Create Schedule
Create a new schedule for recurring workflow execution for an agent.
Path parameters
Request body
Cron expression for scheduling (e.g., '0 0 * * 0' for weekly on Sunday)
When the schedule should stop being active
Maximum time in seconds for each workflow execution
Alternative to cron - run every N seconds
Human-readable name for the schedule (e.g., 'weekly-profiling'). Will be combined with agent_id to form the full schedule_id.
Whether to create the schedule in a paused state
When the schedule should start being active
Temporal task queue where the agent's worker is listening
Name of the Temporal workflow to execute (e.g., 'sae-orchestrator')
Parameters to pass to the workflow
Response
Successful Response
ID of the agent this schedule belongs to
When the schedule was created
When the schedule last executed
Human-readable name for the schedule
Upcoming scheduled execution times
Number of scheduled executions that were missed
Number of times the schedule has executed
Unique identifier for the schedule
Schedule state enum