Skip to main content

Overview

List all cron jobs with optional pagination and filtering by active status.

Parameters

number
default:"0"
Page number (0-indexed). Defaults to 0.
number
default:"100"
Number of items per page. Range: 1-1000. Defaults to 100.
boolean
Filter cron jobs by active status. true for active crons, false for inactive crons.

Response

Cron[]
required
Array of cron job objects.
object
required
Pagination information.

Errors

Requesting a page number that is out of range (e.g., page 100 when only 10 pages exist) will throw an InternalServerError.
  • UnauthorizedError: If API key is invalid or missing
  • InternalServerError: If the requested page is out of range

Examples

List Active Crons

List Inactive Crons