List Jobs
Job Endpoints
List Jobs
Retrieve jobs with optional filtering and pagination. Jobs represent individual executions of your scheduled HTTP requests.
GET
List Jobs
Authorizations
API key for authentication. Get your API key from the Cronhost dashboard.
Query Parameters
Filter jobs by specific schedule ID
Example:
"schedule_123"
Filter jobs by execution status
Available options:
PENDING, RUNNING, SUCCESS, FAILED Example:
"SUCCESS"
Page number for pagination
Required range:
x >= 1Example:
1
Number of jobs per page
Required range:
1 <= x <= 100Example:
20