Records limit for exporting members

Hello!
I have a short question (quite an easy one, I suppose :grinning: )
When using the export function for members in text/csv GET/members/export (https://fabman.io/api/v1/members/export?orderBy=name&order=asc) is the numbers of records still limited by 1000? If yes, what will the query do if I reach more than 1000 members in the future?
Thank you very much!
Greetings, Alice

Hey Alice,

the CSV export endpoints are the only endpoints that are not paginated, i.e., they always return all entries in a single CSV, even if you grow beyond 1000 members.

Best regards,
Raphael