Skip to content

Limited tests pull command #75

@adiixs

Description

@adiixs

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.

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions