klaviyo / klaviyo-api-python

Python SDK for Klaviyo API
https://developers.klaviyo.com
MIT License
36 stars 6 forks source link

No Page Size in "get_profiles" #16

Closed defyned-matt closed 1 year ago

defyned-matt commented 1 year ago

Looks like pages size is not implemented per docs:

Keyword Arguments

fields_profile | [str]

filter | str

page_cursor | str

sort | str

page_size | int

klaviyo.Profiles.get_profiles(fields_profile=fields_profile, filter=filter, page_cursor=page_cursor, sort=sort, page_size=page_size)

jon-batscha commented 1 year ago

Hey!

Apologies for the delay, page_size is implemented, it's just listed last in the list of keyword args, so you may have missed it visually. That said, you're prob not the only wondering where this param is, so i'll make a ticket for us to get these params back in alphabetical order.

Cheers, Jon