Power BI Connector for HubSpot

Build 25.0.9454

ServicePipelineStages

PipelineStages of Services in HubSpot.

View Specific Information

ServicePipelineStages contains the individual stages within service pipelines in HubSpot. Each stage represents a specific step in the service workflow process.

SELECT


SELECT * FROM ServicePipelineStages WHERE PipelineId = 'service-pipeline-id'

Columns

Name Type ReadOnly References Filterable Description
Id [KEY] String True False

Unique identifier of the stage in this pipeline.

PipelineId [KEY] String False

TicketPipelines.Id

False

Unique identifier of the pipeline.

Label String False False

Label (name) of the pipeline stage.

PipelineLabel String True

TicketPipelines.Label

False

The label (name) of the pipeline.

IsClosed Bool False False

Whether this stage is open or closed.

State String False False

Current state of the pipeline stage.

Archived Bool True False

Whether the stage is archived or not.

CreatedAt Datetime True False

Time the stage was created.

UpdatedAt Datetime True False

Time the stage was last updated.

DisplayOrder Int False False

The order of the stage in the collection of stages for this pipeline.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454