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:
Returns jobs with execution statistics, variable counts, and recent run information.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 <= x <= 100x >= 0