Lists owned schedules.
Lists schedules owned by the requesting user whose active agents remain readable. The overview processes the newest 1,000 owned schedules.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
name
The schedule display name.
id
The schedule id.
createdOn
When the schedule was created.
agentId
The agent id that is executed by this schedule.
ownerUserId
The user id whose context is used to execute the scheduled run.
prompt
Optional custom instructions. An omitted or null prompt means no custom instructions.
cronRule
The normalized cron rule used for recurring execution.
recurrenceInterval
The number of matching cron occurrences between scheduled runs.
timezone
The timezone used to evaluate the cron rule.
projectId
The optional project context id.
taskId
The optional task context id.
isEnabled
Whether this schedule is active.
needsAttention
Whether the schedule needs user attention.
lastFailureReason
The latest rejection reason.
consecutiveFailureCount
The number of consecutive failed scheduled executions.
lastAttemptOn
The latest occurrence time.
lastSuccessfulRunOn
The latest accepted occurrence time.

