Execute cron job manually
Cron Jobs
Execute cron job manually
Manually trigger execution of a cron job:
Parameters:
id: The cron job ID to execute
Returns:
executionId: Unique ID for this execution instancemessage: Success/failure message
Important Notes:
- Executions run in a secure sandbox environment
- Maximum execution time: 5 minutes
- Return data from scripts is stored but not returned by this endpoint
- Use GET /cron-jobs//executions/ to get full results including output
Access Requirements:
- Owner permissions required
- Job must belong to your organization
- Job can be active or inactive
Use Cases:
- Manual testing of automation scripts
- Triggering data sync operations
- Running maintenance tasks on-demand
- Integration with external systems via webhooks
POST
Execute cron job manually

