Builder

class Builder

Properties

Link copied to clipboard

Inclusive lower bound on execution end time (ISO-8601). Only executions with endTime >= endTimeAfter are returned. Cannot be combined with startTimeAfter or startTimeBefore. Only matches executions in terminal states.

Link copied to clipboard

Exclusive upper bound on execution end time (ISO-8601). Only executions with endTime < endTimeBefore are returned. Cannot be combined with startTimeAfter or startTimeBefore. Only matches executions in terminal states.

Link copied to clipboard

The maximum number of results to return per request. This is an upper bound; the actual number of results may be less. Default: 50.

Link copied to clipboard

The token to be used for the next set of paginated results.

Link copied to clipboard

The name of the pipeline.

Link copied to clipboard

Inclusive lower bound on execution start time (ISO-8601). Only executions with startTime >= startTimeAfter are returned. Cannot be combined with endTimeAfter or endTimeBefore.

Link copied to clipboard

Exclusive upper bound on execution start time (ISO-8601). Only executions with startTime < startTimeBefore are returned. Cannot be combined with endTimeAfter or endTimeBefore.

Link copied to clipboard

Filter by execution state. If not specified, executions in all states are returned.

Link copied to clipboard

The name of the workspace.