Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Conversation

@EladBet
Copy link

@EladBet EladBet commented Aug 27, 2025

  • Add pagination loop to fetch all segments in chunks of 20
  • Use offset and limit query parameters to iterate through pages
  • Prevent silent data loss when importing large segment sets
  • Continue fetching until totalCount is reached

Fixes issue where only first 20 segments were imported from projects with more than 20 segments due to API pagination limits.

- Add pagination loop to fetch all segments in chunks of 20
- Use offset and limit query parameters to iterate through pages
- Prevent silent data loss when importing large segment sets
- Continue fetching until totalCount is reached

Fixes issue where only first 20 segments were imported from projects
with more than 20 segments due to API pagination limits.
@EladBet EladBet force-pushed the fix/segment-pagination-limit branch from e564f41 to 529e6fc Compare August 28, 2025 04:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant