Skip to main content

The AgentExecutorCronJob object

class AgentExecutorCronJob:
id: str
agent_id: str
name: str
status: Literal["suspended", "running"]
expression: str
execution_stream_address: str
created: str
modified: str

expression is a cron expression. You can use crontab.guru to help you generate it.