APIs & Integrations

cwinhall
Participant

Retrieving the swimlane count on a pipeline via the API

SOLVE

Hello HubSpotters!

 

I am trying to retrieve the current count of tickets sitting in a specific swimlane wihtin a pipeline via the API but not having much luck finding where or how to do this.

 

If anyone could point me in the right direction for this, it would be greatly appreciated.

 

Example below:

cwinhall_0-1611665200846.png

 

0 Upvotes
1 Accepted solution
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Retrieving the swimlane count on a pipeline via the API

SOLVE

Hey @cwinhall 

I would look into the filter, search, search endpoint for tickets.

There, you should be able to filter by the hs_pipeline_stage and return only results from that stage

 

 


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.

View solution in original post

2 Replies 2
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Retrieving the swimlane count on a pipeline via the API

SOLVE

Hey @cwinhall 

I would look into the filter, search, search endpoint for tickets.

There, you should be able to filter by the hs_pipeline_stage and return only results from that stage

 

 


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.

cwinhall
Participant

Retrieving the swimlane count on a pipeline via the API

SOLVE

Thanks @dennisedson. I was able to get what I need from that!