LeadPipelineStages
Lists stages within lead pipelines, helping visualize and manage the lead funnel.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | True | False |
The unique identifier for the lead pipeline stage. | |
| PipelineId [KEY] | String | False | False |
The unique identifier of the pipeline that this stage belongs to. | |
| Label | String | False | False |
The display name of the pipeline stage. | |
| PipelineLabel | String | False |
LeadPipelines.Label | False |
The display name of the pipeline containing this stage. |
| IsClosed | Bool | False | False |
Indicates whether the stage is considered closed. | |
| State | String | False | False |
The current state or classification of the pipeline stage. | |
| Archived | Bool | True | False |
Indicates whether the stage has been archived. | |
| CreatedAt | Datetime | True | False |
The timestamp when the stage was originally created. | |
| UpdatedAt | Datetime | True | False |
The timestamp of the most recent update to the stage. | |
| DisplayOrder | Int | False | False |
The numerical order in which this stage appears within the pipeline. |