ContactPipelines
Retrieves pipelines configured for managing contact progress through different lifecycle stages.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | True | False |
Unique identifier for the contact pipeline. | |
| Label | String | False | False |
Display name or label assigned to the contact pipeline. | |
| Archived | Bool | True | False |
Indicates whether the pipeline is archived and no longer actively used. | |
| CreatedAt | Datetime | True | False |
Timestamp marking when the pipeline was initially created. | |
| UpdatedAt | Datetime | True | False |
Timestamp of the most recent update to the pipeline. | |
| DisplayOrder | Int | False | False |
Numeric value that determines the display order of this pipeline relative to others in the same table. | |
| StagesAggregate | String | False | False |
Serialized list of all stages included in this pipeline. Detailed stage information is available in the ContactPipelineStages table. |