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