Pipeline Executions
This returns a list of summarised pipeline executions.The list is ordered by the start time of the execution, with the most recent execution first. It can be paginated by providing a paginationToken query parameter obtained from a previous response.
Authorizations
a valid bearer token
Query Parameters
Filter results to pipelines belonging to this project.
Token to fetch the next batch of results for a previous query.
The maximum number of results to return (capped at 100).
Search against pipeline name, with case-insensitive partial matching.
Filter results to pipelines executed within this environment.
Filter results to pipelines started at or after this moment.
Filter results to pipelines started at or before this moment.
Filter results to pipelines that started within this time frame, relative to now. Accepts an ISO-8601 duration string in the PnDTnHnMnS format, using days, hours, minutes and/or seconds, e.g. P1D, P7D, PT1H, PT30M, PT90S. Week, month and year units (P1W, P1M, P1Y) are not supported — use the day-based equivalents P7D, P30D and P365D instead.
Filter results to pipelines which have the status of one of the provided values.
RUNNING, SUCCESS, FAILED, CANCELLING, CANCELLED, FORBIDDEN, SKIPPED, UNKNOWN Filter results to pipelines belonging to this schedule.
