Skip to main content

Web Service Method: Request All Pipeline Schedule Events

02/04/2026

Description

Get all scheduled events for the given pipeline ID.

URL: http://{host:port}/master/api/1/pipelines/{pipeline_id}/schedules/

Returns list of all pipeline schedule entries.

firstExecution is the time when the pipeline will run first time based on this schedule

lastExecution is the time when the schedule was triggered last time, the pipeline was added to queue of waiting/running pipelines, it is not the time when the pipeline exec started, nor finished.