ScheduleRead
A working-hours schedule for an agent. Messages are only sent within the configured windows (unless an endpoint disables scheduling). An agent can have one schedule per schedule type.
Unique numeric identifier of the record.
ID of the agent (a configured AI assistant / bot persona) this record belongs to.
Creation time (UTC, ISO 8601).
config objectrequired
Per-weekday working-hours configuration.
days objectrequired
Map of weekday ("0"=Monday … "6"=Sunday) to that day's working-hours config.
property name* ScheduleDayConfig
Working-hours configuration for a single weekday.
Whether messages may be sent on this day.
Start of the working window, "HH:MM" (24h).
00:00End of the working window, "HH:MM" (24h).
00:00Which activity the schedule governs — common, replies, outreach, ping, or callback.
Possible values: [common, replies, outreach, ping, callback]
{
"id": 0,
"agent_id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"config": {
"days": {}
},
"schedule_type": "common"
}