Package version:

Interface PipelineRunsQueryResponse

A list pipeline runs.

interface PipelineRunsQueryResponse {
    continuationToken?: string;
    value: PipelineRun[];
}

Properties

continuationToken?: string

The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

value: PipelineRun[]

List of pipeline runs.