interface ListHeadStagesResponse {
    headStages: ListHeadStagesResponseHeadStage[];
    totalCount: number;
}

Properties

Number of head stages to return per page.

totalCount: number

Count of all head stages matching the requested pipeline_id.