Retrieve pipeline
Retrieve detailed information about a specific pipeline in your HubSpot account. This endpoint allows you to access the properties and stages of the pipeline identified by the given pipelineId and objectType. It is useful for obtaining the current configuration and status of a pipeline.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The type of object the pipeline is associated with, such as deals or tickets.
The unique identifier of the pipeline to retrieve.
Response
successful operation
A boolean indicating whether the pipeline is archived.
The date and time when the pipeline was created, in ISO 8601 format.
An integer indicating the order in which the pipeline appears relative to other pipelines.
A unique string identifier for the pipeline.
The name or title of the pipeline, represented as a string.
An array of PipelineStage objects that define the stages within this pipeline.
The date and time when the pipeline was last updated, in ISO 8601 format.
The date and time when the pipeline was archived, in ISO 8601 format.