List cron jobs
Cron Jobs
List cron jobs
Get all scheduled automation jobs for your organization:
Query Parameters:
limit: Number of jobs to return (1-100, default: 50)offset: Number of jobs to skip for pagination (default: 0)isActive: Filter by active status (true/false, optional)search: Search in job names and descriptions (optional)
Access Requirements:
- Owner permissions required
- Only shows jobs within your organization scope
Returns jobs with execution statistics, variable counts, and recent run information.
GET
List cron jobs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required range:
1 <= x <= 100Required range:
x >= 0
