---
title: "Hubspot Pipelines"
method: GET
path: "/api/app-auto-gtm/projects/{project_id}/integrations/hubspot/pipelines"
tags: ["AppAutoGtm"]
---

# Hubspot Pipelines

`GET /api/app-auto-gtm/projects/{project_id}/integrations/hubspot/pipelines`

Live deal pipelines/stages from the connected portal (for the stage picker).

## Path parameters

- `project_id` integer, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- PipelinesResponse
  - `pipelines` Pipeline[], required
    - `id` string, required
    - `label` string, required
    - `stages` PipelineStage[], required
      - `id` string, required
      - `label` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/5ea0065953b9/schema)
