Schedules - Introduction
This section describes API endpoints for managing schedules.
Schedules are used to automatically start your Actors at certain times. Each schedule can be associated with a number of Actors and Actor tasks. It is also possible to override the settings of each Actor (task) similarly to when invoking the Actor (task) using the API. For more information, see Schedules documentation.
Each schedule is assigned actions for it to perform. Actions can be of two types
RUN_ACTOR
andRUN_ACTOR_TASK
.
For details, see the documentation of the Get schedule endpoint.
Get list of schedules
/schedules
Create schedule
/schedules
Get schedule
/schedules/{scheduleId}
Update schedule
/schedules/{scheduleId}
Delete schedule
/schedules/{scheduleId}
Get schedule log
/schedules/{scheduleId}/log