TicketPipelineStages
Lists stages within ticket pipelines, used to track progress of customer support cases.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | True | False |
Unique identifier for the ticket stage within the pipeline. | |
| PipelineId [KEY] | String | False | False |
Unique identifier of the pipeline to which this stage belongs. | |
| Label | String | False | False |
Name of the ticket stage as displayed in HubSpot. | |
| PipelineLabel | String | True |
TicketPipelines.Label | False |
Name of the pipeline that includes this stage. |
| IsClosed | Bool | False | False |
Indicates whether the stage represents a closed status for the ticket. | |
| State | String | False | False |
Current operational state of the pipeline stage, such as open or closed. | |
| Archived | Bool | True | False |
Indicates whether this stage has been archived and is no longer in active use. | |
| CreatedAt | Datetime | True | False |
Timestamp indicating when the pipeline stage was created. | |
| UpdatedAt | Datetime | True | False |
Timestamp indicating when the pipeline stage was last updated. | |
| DisplayOrder | Int | False | False |
Numeric value that determines the order of this stage within the pipeline. |