Schedules

Trigger Schedule

Trigger a schedule to run immediately, regardless of its regular schedule.

post/agents/{agent_id}/schedules/{schedule_name}/trigger

Path parameters

agent_idstring required
schedule_namestring required

Response

Successful Response

schedule_idstring required

Unique identifier for the schedule

namestring required

Human-readable name for the schedule

agent_idstring required

ID of the agent this schedule belongs to

state'ACTIVE' | 'PAUSED' required

Schedule state enum

num_actions_takeninteger

Number of times the schedule has executed

num_actions_missedinteger

Number of scheduled executions that were missed

next_action_timesstring[]

Upcoming scheduled execution times

last_action_timestring date-time nullable

When the schedule last executed

created_atstring date-time nullable

When the schedule was created

Changes