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.
a valid bearer token
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 starting within this time frame
Filter results to pipelines which have the status of one of the provided values.
RUNNING, SUCCESS, FAILED, CANCELLING, CANCELLED, SKIPPED, UNKNOWN Filter results to pipelines belonging to this schedule.