Schedules
Authentication via personal API key or service account credentials.
List of scheduled agents
Response containing all scheduled agents accessible to the authenticated user, sorted alphabetically by name.
Authentication required
Internal server error
Authentication via personal API key or service account credentials.
Request body for creating a new scheduled agent. Either prompt or agent_config.skill_spec is required.
Human-readable name for the schedule
Cron expression defining when the agent runs (e.g., "0 9 * * *" for daily at 9am UTC)
The prompt/instruction for the agent to execute. Required unless agent_config.skill_spec is provided.
Whether the schedule should be active immediately
trueWhether to create a team-owned schedule. Defaults to true for users on a single team.
Scheduled agent created successfully
Invalid request (missing required fields, invalid cron expression)
Authentication required
No permission or feature not available
Authentication via personal API key or service account credentials.
The unique identifier of the scheduled agent
Scheduled agent details
Unique identifier for the scheduled agent
Human-readable name for the schedule
Cron expression defining when the agent runs (e.g., "0 9 * * *" for daily at 9am UTC)
Whether the schedule is currently active
The prompt/instruction for the agent to execute
Error message from the last failed spawn attempt, if any
Timestamp when the schedule was created (RFC3339)
Timestamp when the schedule was last updated (RFC3339)
Missing schedule ID
Authentication required
No permission to access schedule
Schedule not found
Authentication via personal API key or service account credentials.
The unique identifier of the scheduled agent
Request body for updating a scheduled agent. Either prompt or agent_config.skill_spec is required.
Human-readable name for the schedule
Cron expression defining when the agent runs
The prompt/instruction for the agent to execute. Required unless agent_config.skill_spec is provided.
Whether the schedule should be active
Scheduled agent updated successfully
Unique identifier for the scheduled agent
Human-readable name for the schedule
Cron expression defining when the agent runs (e.g., "0 9 * * *" for daily at 9am UTC)
Whether the schedule is currently active
The prompt/instruction for the agent to execute
Error message from the last failed spawn attempt, if any
Timestamp when the schedule was created (RFC3339)
Timestamp when the schedule was last updated (RFC3339)
Invalid request
Authentication required
No permission to update schedule
Schedule not found
Authentication via personal API key or service account credentials.
The unique identifier of the scheduled agent
Scheduled agent deleted successfully
Confirmation response returned after a scheduled agent is successfully deleted.
Whether the deletion was successful
Authentication required
No permission to delete schedule
Schedule not found
Internal server error
Authentication via personal API key or service account credentials.
The unique identifier of the scheduled agent
Scheduled agent paused successfully
Unique identifier for the scheduled agent
Human-readable name for the schedule
Cron expression defining when the agent runs (e.g., "0 9 * * *" for daily at 9am UTC)
Whether the schedule is currently active
The prompt/instruction for the agent to execute
Error message from the last failed spawn attempt, if any
Timestamp when the schedule was created (RFC3339)
Timestamp when the schedule was last updated (RFC3339)
Authentication required
No permission to pause schedule
Schedule not found
Internal server error
Authentication via personal API key or service account credentials.
The unique identifier of the scheduled agent
Scheduled agent resumed successfully
Unique identifier for the scheduled agent
Human-readable name for the schedule
Cron expression defining when the agent runs (e.g., "0 9 * * *" for daily at 9am UTC)
Whether the schedule is currently active
The prompt/instruction for the agent to execute
Error message from the last failed spawn attempt, if any
Timestamp when the schedule was created (RFC3339)
Timestamp when the schedule was last updated (RFC3339)
Authentication required
No permission to resume schedule
Schedule not found
Internal server error
Last updated
Was this helpful?