Job Endpoints
List Jobs
Retrieve jobs with optional filtering and pagination. Jobs represent individual executions of your scheduled HTTP requests.
GET
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 >= 1
Example:
1
Number of jobs per page
Required range:
1 <= x <= 100
Example:
20
Response
200
application/json
Successfully retrieved jobs
The response is of type object
.