Return a single pipeline object identified by its unique {pipelineId}.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The object type of the pipeline being retrieved (ex. deals or tickets)
The unique identifier of the pipeline to be retrieved.
successful operation
A pipeline definition.
Whether the pipeline is archived.
The date the pipeline was created. The default pipelines will have createdAt = 0.
The order for displaying this pipeline. If two pipelines have a matching displayOrder, they will be sorted alphabetically by label.
A unique identifier generated by HubSpot that can be used to retrieve and update the pipeline.
A unique label used to organize pipelines in HubSpot's UI
The stages associated with the pipeline. They can be retrieved and updated via the pipeline stages endpoints.
The date the pipeline was last updated.
The date the pipeline was archived. archivedAt will only be present if the pipeline is archived.