TicketPipelines
Lists pipelines configured for managing tickets, representing customer support workflows.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | True | False |
Unique identifier assigned to the ticket pipeline. | |
| Label | String | False | False |
Display name of the ticket pipeline as it appears in HubSpot. | |
| Archived | Bool | True | False |
Indicates whether the pipeline is archived and no longer in active use. | |
| CreatedAt | Datetime | True | False |
Timestamp when the ticket pipeline was created. | |
| UpdatedAt | Datetime | True | False |
Timestamp when the ticket pipeline was last modified. | |
| DisplayOrder | Int | False | False |
Numeric order used to determine this pipeline's position among other pipelines. | |
| StagesAggregate | String | False | False |
Combined list of all ticket stages in this pipeline. Detailed stage data is available in the TicketPipelineStages table. |