Skip to main content
List all cron jobs for your company with optional filtering and pagination.

Query Parameters

integer
default:"1"
Page number for pagination (minimum: 1)
integer
default:"50"
Number of items per page (minimum: 1, maximum: 100)
boolean
Filter by active status. Set to true to show only active jobs, false for inactive jobs only.
string
Comma-separated list of tags to filter by. Jobs matching any of the specified tags will be returned.Example: tags=reports,daily

Response

array
Array of cron job objects
object
Pagination information