Get a job schedule
GET/api/v1/jobs/{jobDefinitionId}/schedule
Returns the recurring schedule and next fire time after VIEW permission. A job without a schedule returns not found.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Job definition identifier.
Responses
Section titled “Responses”Schedule returned
Persisted job schedule and its currently computed next fire time.
object
Creation timestamp in UTC.
Validated Quartz CRON expression.
Whether the schedule is enabled.
Scheduled job definition identifier.
Next fire time computed by the current scheduler, or null when disabled or unscheduled.
IANA time-zone identifier used by Quartz.
Last update timestamp in UTC.
Authentication is required or credentials are invalid.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
The authenticated identity lacks the required permission.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
The requested resource does not exist or is not visible.
RFC 7807 problem response. Dynamic detail text is credential-redacted.