CData Python Connector for HubSpot

Build 25.0.9454

ServicePipelines

Pipelines of Services in HubSpot.

View Specific Information

ServicePipelines contains the pipeline configurations for service records in HubSpot. Each pipeline represents a series of stages that services can progress through.

SELECT


SELECT * FROM ServicePipelines WHERE Id = 'service-pipeline-id'

Columns

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

The unique identified of the pipeline.

Label String False False

The label (name) of the pipeline.

Archived Bool True False

Whether the pipeline is archived or not.

CreatedAt Datetime True False

When the pipeline was created.

UpdatedAt Datetime True False

When the pipeline was last updated.

DisplayOrder Int False False

The order of this specific pipeline in the collection of pipelines for this table.

StagesAggregate String False False

An aggregate of the stages included in this pipeline. This information can be viewed in more detail in TicketPipelineStages table.

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