Description
The elevenlabs tests pull command is limited and always pulls only 30 records.
It doesn't matter whether we use the --all or --update flag. No configuration allows pulling all tests if we have more than 30.
This is likely because the default page_size is limited to 30. This can be seen in the API request sent from the UI.
Reproduction steps
elevenlabs agents init
elevenlabs agents pull --update
elevenlabs tests pull --all
Actual behavior
The elevenlabs tests pull command always retrieves max. 30 records:
Pulling tests from ElevenLabs...
Fetching all tests from ElevenLabs...
Found 30 test(s)
Plan: 0 create, 30 update, 0 skip
Expected behavior
The elevenlabs tests pull command should allow you to pull all tests.
Description
The
elevenlabs tests pullcommand is limited and always pulls only 30 records.It doesn't matter whether we use the
--allor--updateflag. No configuration allows pulling all tests if we have more than 30.This is likely because the default
page_sizeis limited to 30. This can be seen in the API request sent from the UI.Reproduction steps
Actual behavior
The
elevenlabs tests pullcommand always retrieves max. 30 records:Expected behavior
The
elevenlabs tests pullcommand should allow you to pull all tests.