Skip to main content
Solved

Fetch number of people in the list with the Klaviyo API

  • December 4, 2023
  • 3 replies
  • 101 views

Forum|alt.badge.img+5

Hello, is it possible to fetch the information that how many people have signed up to a list. 

 

My ultimate to purpose is to fetch this info in Make(Integromat) and set my form to draft when the number increases a certain threshold. Do you think it can be done? 

Best answer by saulblum

Yes! There’s a profile_count property you can add:

https://developers.klaviyo.com/en/reference/get_list

 

 

3 replies

KeviSunshine
Expert Problem Solver III
Forum|alt.badge.img+8
  • Expert Problem Solver III
  • 160 replies
  • December 4, 2023

Hi @rohan12334,

From my experience with the Klaviyo APIs, it is not possible to see the total number of people in a segment/list without fetching everyone. I would love this feature too.

I may be incorrect–it sounds like a feature they have–but I haven’t come across it yet!

So I am interested too.

Cheers,

Kevin.


Forum|alt.badge.img+7
  • Klaviyo Employee
  • 182 replies
  • Answer
  • December 4, 2023

Yes! There’s a profile_count property you can add:

https://developers.klaviyo.com/en/reference/get_list

 

 


Forum|alt.badge.img+7
  • Klaviyo Employee
  • 182 replies
  • December 4, 2023

However, you cannot update a form from Live to Draft with the API.