Skip to main content
GET
Get all pipelines for a specified object type
Please note: the v1 Pipelines API will be sunset on November 2nd, 2026. After that date, the API will no longer be supported. If you’re still using v1, migrate to the latest version of the Pipelines API.

Path Parameters

object_type
enum<string>
required

The object type that you want the pipelines for. Must be one of: deals, tickets

Available options:
deals,
tickets

Query Parameters

includeInactive
enum<string>
default:EXCLUDE_DELETED

Whether or not to include inactive pipelines. Inactive pipelines and stages cannot be used when creating or updating objects.

Available options:
EXCLUDE_DELETED,
INCLUDE_DELETED

Response

200 - application/json

Successful response with pipelines for the specified object type

results
object[]
Last modified on July 27, 2026