klaviyo / klaviyo-api-node

Node sdk for the Klaviyo API
52 stars 16 forks source link

Profiles API timing out on sorting DESC -created or -updated #76

Open RhysC opened 1 month ago

RhysC commented 1 month ago

under the hood the call is /api/profiles/?fields[profile]=email&page[size]=100&sort=-created (desc created) and this seems to time out. Removing the sort and a response is fine This also fails on -updated (desc updated) However created or updated are ok (but not really useful for many scenarios)

cpcurtis1218 commented 1 month ago

Hi there - thank you for raising this issue. Would you please open a Support Ticket for this issue so that we may investigate further? In the Support Ticket, please include:

For reference, you can find request details in your Klaviyo account using the developer logs (https://www.klaviyo.com/developer-tools/logs).