[
{
"id": "<string>",
"organization_id": "<string>",
"name": "<string>",
"description": "<string>",
"enabled": true,
"status": "<string>",
"trigger_type": "<string>",
"cron_schedule": "<string>",
"cron_timezone": "<string>",
"webhook_url": "<string>",
"webhook_secret": "<string>",
"temporal_schedule_id": "<string>",
"planning_mode": "<string>",
"entity_type": "<string>",
"entity_id": "<string>",
"entity_name": "<string>",
"prompt_template": "<string>",
"system_prompt": "<string>",
"executor_type": "<string>",
"worker_queue_name": "<string>",
"environment_name": "<string>",
"config": {},
"execution_environment": {
"env_vars": {},
"secrets": [
"<string>"
],
"integration_ids": [
"<string>"
]
},
"last_execution_id": "<string>",
"last_execution_at": "2023-11-07T05:31:56Z",
"next_execution_at": "2023-11-07T05:31:56Z",
"total_executions": 123,
"successful_executions": 123,
"failed_executions": 123,
"execution_history": [
{}
],
"created_by": "<string>",
"updated_by": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"last_triggered_at": "2023-11-07T05:31:56Z"
}
]