List Jobs
Job Endpoints
List Jobs
Retrieve the execution history for a single schedule, with optional status filtering and pagination. Jobs represent individual executions of a scheduled HTTP request. scheduleId is required.
GET
List Jobs
Authorizations
API key for authentication. Get your API key from the Cronhost dashboard.
Query Parameters
The schedule whose jobs to list. Required.
Example:
"schedule_123"
Filter jobs by execution status
Available options:
PENDING, RUNNING, SUCCESS, FAILED Example:
"SUCCESS"
Page number for pagination (1-based)
Required range:
x >= 1Example:
1
Number of jobs per page (1-100). limit is accepted as an alias for backward compatibility.
Required range:
1 <= x <= 100Example:
20