Retrieve the execution history and logs for a specific cron job. This endpoint provides detailed information about past executions, including success/failure status, response codes, and error messages.
Your A1Base account ID
The unique identifier of the cron job (UUID format)
Page number for pagination (minimum: 1)
Number of items per page (minimum: 1, maximum: 100)
Filter by execution status: success
, failure
, error
, timeout
Filter logs after this date (ISO 8601 format)
Example: 2024-01-01T00:00:00Z
Filter logs before this date (ISO 8601 format)
Example: 2024-01-31T23:59:59Z
Array of execution log objects
Pagination information
Find Recent Failures
Shows the 10 most recent failed executions.
Daily Success Rate
Get all executions for a specific day to calculate success rate.
Timeout Issues
Find all executions that timed out to identify performance issues.
Error Patterns
Analyze error patterns to improve reliability.
The endpoint returned a 2xx status code
The endpoint returned a 4xx or 5xx status code
Network error or invalid endpoint URL
The request exceeded the configured timeout
Execution logs are retained for 30 days. Export important logs if you need longer retention.